summaryrefslogtreecommitdiff
path: root/indra/llappearance
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2012-09-27 22:02:05 +0000
committerDon Kjer <don@lindenlab.com>2012-09-27 22:02:05 +0000
commit046e047b5c0031dd6a953a7fab677e085dd8d917 (patch)
tree3b7ced47dcf7c34c07cc649a76539a1b07a9ef09 /indra/llappearance
parent793dde16f371408948474d31f9275ea4031b65aa (diff)
parent637fb26dd892d57a87698180adf9a8122c48b996 (diff)
Automated merge
Diffstat (limited to 'indra/llappearance')
-rwxr-xr-xindra/llappearance/llavatarappearance.h4
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 &current_volume_num, S32 &current_joint_num);
BOOL allocateCharacterJoints(U32 num);