summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2016-02-12 15:40:46 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2016-02-12 15:40:46 -0500
commit62d14e1a33edf2df88761969f81e70ecd0081dab (patch)
treecb0c8698c09ce432e56f622753f9cada16a467ce /indra/newview/llvoavatar.cpp
parentf8ee9ffce6f53427b35d344a290deb6efa467463 (diff)
SL-333 WIP - added back some unused constructors to make the appearance utility happier
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rwxr-xr-xindra/newview/llvoavatar.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index 15e1f88d76..762ff95840 100755
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -1175,6 +1175,12 @@ LLAvatarJoint* LLVOAvatar::createAvatarJoint()
}
// virtual
+LLAvatarJoint* LLVOAvatar::createAvatarJoint(S32 joint_num)
+{
+ return new LLViewerJoint(joint_num);
+}
+
+// virtual
LLAvatarJointMesh* LLVOAvatar::createAvatarJointMesh()
{
return new LLViewerJointMesh();