aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcharacter/llcharacter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcharacter/llcharacter.cpp')
-rw-r--r--linden/indra/llcharacter/llcharacter.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llcharacter/llcharacter.cpp b/linden/indra/llcharacter/llcharacter.cpp
index 6633c65..dcdfe07 100644
--- a/linden/indra/llcharacter/llcharacter.cpp
+++ b/linden/indra/llcharacter/llcharacter.cpp
@@ -55,7 +55,8 @@ LLCharacter::LLCharacter()
55 mPreferredPelvisHeight( 0.f ), 55 mPreferredPelvisHeight( 0.f ),
56 mSex( SEX_FEMALE ), 56 mSex( SEX_FEMALE ),
57 mAppearanceSerialNum( 0 ), 57 mAppearanceSerialNum( 0 ),
58 mSkeletonSerialNum( 0 ) 58 mSkeletonSerialNum( 0 ),
59 mInAppearance( false )
59{ 60{
60 mMotionController.setCharacter( this ); 61 mMotionController.setCharacter( this );
61 sInstances.push_back(this); 62 sInstances.push_back(this);