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 | 807f4dff74ee08d86895ee3329e985bb898eae24 (patch) | |
tree | ae2e5f4f4a61cbdeaa04e826421f002ad6914514 /indra/llappearance/llavatarappearance.cpp | |
parent | 2cb14c7fdcf835816176d6edc0c05b99bcb39873 (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 ); |