Skip to content
Snippets Groups Projects
Commit d88491d5 authored by Richard Linden's avatar Richard Linden
Browse files

rolled back accidental merge of wip code

parent c9695e81
No related branches found
No related tags found
No related merge requests found
......@@ -66,9 +66,8 @@ class LLVoiceVisualizer;
class LLHUDNameTag;
class LLHUDEffectSpiral;
class LLTexGlobalColor;
struct LLVOAvatarBoneInfo;
struct LLVOAvatarChildJoint;
struct LLVOAvatarSkeletonInfo;
class LLVOAvatarBoneInfo;
class LLVOAvatarSkeletonInfo;
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// LLVOAvatar
......@@ -328,7 +327,7 @@ class LLVOAvatar :
void buildCharacter();
virtual BOOL loadAvatar();
BOOL setupBone(const LLVOAvatarChildJoint& info, LLViewerJoint* parent, S32 &current_volume_num, S32 &current_joint_num);
BOOL setupBone(const LLVOAvatarBoneInfo* info, LLViewerJoint* parent, S32 &current_volume_num, S32 &current_joint_num);
BOOL buildSkeleton(const LLVOAvatarSkeletonInfo *info);
private:
BOOL mIsBuilt; // state of deferred character building
......@@ -372,7 +371,7 @@ class LLVOAvatar :
//--------------------------------------------------------------------
private:
static LLXmlTree sXMLTree; // avatar config file
static LLXMLNodePtr sSkeletonXMLTree; // avatar skeleton file
static LLXmlTree sSkeletonXMLTree; // avatar skeleton file
/** 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