diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-04-21 17:53:30 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-04-21 17:53:30 -0400 |
commit | cad96c6d86445f8a0996bc786db6fe225bf3a175 (patch) | |
tree | 91b8363237ffa6d21545e2f05308ca6958947009 /indra/newview | |
parent | 2f346d6b328bd8367ed1c1e689c0db582be13f35 (diff) |
SL-371 - removed magic-offset check, for now.
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index b5cf9a6ba3..5f030435dc 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -5375,7 +5375,7 @@ void LLVOAvatar::addAttachmentPosOverridesForObject(LLViewerObject *vo) { pJoint->setId( currentId ); const LLVector3& jointPos = pSkinData->mAlternateBindMatrix[i].getTranslation(); - if (!jointPos.isNull()) + //if (!jointPos.isNull()) { //Set the joint position pJoint->addAttachmentPosOverride( jointPos, mesh_id, avString() ); |