diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-02-12 15:40:46 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-02-12 15:40:46 -0500 |
commit | 62d14e1a33edf2df88761969f81e70ecd0081dab (patch) | |
tree | cb0c8698c09ce432e56f622753f9cada16a467ce /indra/llappearance/llavatarjoint.cpp | |
parent | f8ee9ffce6f53427b35d344a290deb6efa467463 (diff) |
SL-333 WIP - added back some unused constructors to make the appearance utility happier
Diffstat (limited to 'indra/llappearance/llavatarjoint.cpp')
-rw-r--r-- | indra/llappearance/llavatarjoint.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llappearance/llavatarjoint.cpp b/indra/llappearance/llavatarjoint.cpp index 8133d4405a..29642be099 100644 --- a/indra/llappearance/llavatarjoint.cpp +++ b/indra/llappearance/llavatarjoint.cpp @@ -52,6 +52,12 @@ LLAvatarJoint::LLAvatarJoint() : init(); } +LLAvatarJoint::LLAvatarJoint(S32 joint_num) : + LLJoint(joint_num) +{ + init(); +} + LLAvatarJoint::LLAvatarJoint(const std::string &name, LLJoint *parent) : LLJoint(name, parent) { |