diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-27 22:02:05 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-27 22:02:05 +0000 |
commit | 046e047b5c0031dd6a953a7fab677e085dd8d917 (patch) | |
tree | 3b7ced47dcf7c34c07cc649a76539a1b07a9ef09 /indra/llappearance | |
parent | 793dde16f371408948474d31f9275ea4031b65aa (diff) | |
parent | 637fb26dd892d57a87698180adf9a8122c48b996 (diff) |
Automated merge
Diffstat (limited to 'indra/llappearance')
-rwxr-xr-x | indra/llappearance/llavatarappearance.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llappearance/llavatarappearance.h b/indra/llappearance/llavatarappearance.h index 5918d1cf2f..abe3599685 100755 --- a/indra/llappearance/llavatarappearance.h +++ b/indra/llappearance/llavatarappearance.h @@ -136,13 +136,15 @@ public: typedef std::map<std::string, LLJoint*> joint_map_t; joint_map_t mJointMap; + + void computeBodySize(); + protected: static BOOL parseSkeletonFile(const std::string& filename); virtual void buildCharacter(); virtual BOOL loadAvatar(); virtual void bodySizeChanged() = 0; - void computeBodySize(); BOOL setupBone(const LLAvatarBoneInfo* info, LLJoint* parent, S32 ¤t_volume_num, S32 ¤t_joint_num); BOOL allocateCharacterJoints(U32 num); |