diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-08-28 17:37:25 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-08-28 17:37:25 -0400 |
commit | da515164894cd91d7b0705525f2a0f80d2f39cab (patch) | |
tree | 92bdf054922ea99cd8a8efaba21ce40dd5f7b83a /indra/llappearance/llavatarappearance.cpp | |
parent | 8b88633761b0ebffebdec24be038868b439971f3 (diff) |
MAINT-4158 WIP - comment change
Diffstat (limited to 'indra/llappearance/llavatarappearance.cpp')
-rwxr-xr-x | indra/llappearance/llavatarappearance.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llappearance/llavatarappearance.cpp b/indra/llappearance/llavatarappearance.cpp index 9904f454d6..6c3bde20ca 100755 --- a/indra/llappearance/llavatarappearance.cpp +++ b/indra/llappearance/llavatarappearance.cpp @@ -605,8 +605,6 @@ BOOL LLAvatarAppearance::setupBone(const LLAvatarBoneInfo* info, LLJoint* parent info->mRot.mV[VZ], LLQuaternion::XYZ)); joint->setScale(info->mScale); - //joint->setDefaultFromCurrentXform(); - if (info->mIsJoint) { joint->setSkinOffset( info->mPivot ); |