From cad96c6d86445f8a0996bc786db6fe225bf3a175 Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Thu, 21 Apr 2016 17:53:30 -0400
Subject: [PATCH] SL-371 - removed magic-offset check, for now.

---
 indra/newview/llvoavatar.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index b5cf9a6ba3c..5f030435dc1 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() );
-- 
GitLab