diff options
author | prep <prep@lindenlab.com> | 2011-03-28 17:50:12 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2011-03-28 17:50:12 -0400 |
commit | 86f3c3f276f131c4a192268733e7fc8b7e81d2c9 (patch) | |
tree | 92bf952177ad8c15679ddedd0f87c2974b64d5c7 /indra/newview/llvoavatar.h | |
parent | 835671f27809ce8e5ab17e6c299be35260239d51 (diff) |
Fix for issue caused by uploading the TurboSquid book collection (that avatar was having it's joints reet)
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r-- | indra/newview/llvoavatar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 1552532a97..edec1b480a 100644 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -301,6 +301,7 @@ public: LLVector3 mPelvisOffset;
F32 mLastPelvisToFoot;
F32 mPelvisFixup;
+ F32 mLastPelvisFixup;
LLVector3 mHeadOffset; // current head position
LLViewerJoint mRoot;
|