Skip to content
Snippets Groups Projects
Commit 27aef912 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Plz let this be the end

parent 5a338487
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ mLatestOverLimitPct(0.0f),
mShowOverLimitAgents(false),
mNotifyOutfitLoading(false),
mLastCofVersion(LLViewerInventoryCategory::VERSION_UNKNOWN),
mLastSkeletonSerialNum(-1),
mLastSkeletonSerialNum(0),
mLastOutfitRezStatus(-1)
{
mPopUpDelayTimer.resetWithExpiry(OVER_LIMIT_UPDATE_DELAY);
......
......@@ -105,7 +105,7 @@ private:
// COF (inventory folder) and Skeleton (voavatar) are used to spot changes in outfit.
S32 mLastCofVersion;
S32 mLastSkeletonSerialNum;
U32 mLastSkeletonSerialNum;
// Used to detect changes in voavatar's rezzed status.
// If value decreases - there were changes in outfit.
S32 mLastOutfitRezStatus;
......
......@@ -410,7 +410,7 @@ public:
LLVector3 mCurRootToHeadOffset;
LLVector3 mTargetRootToHeadOffset;
S32 mLastSkeletonSerialNum;
U32 mLastSkeletonSerialNum;
/** Skeleton
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment