summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerjointmesh.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2016-02-26 10:11:17 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2016-02-26 10:11:17 -0500
commit3956efc4fa93d75820e6f3bbe54e040d415b41ad (patch)
treef71a0b47aca114b67f1ee7bda5f6279b58c2c9e5 /indra/newview/llviewerjointmesh.cpp
parentf0b050ff4897d81fe0d15a40753e5b42a868e394 (diff)
SL-287 - default avatar handles position changes caused by extra spine joints
Diffstat (limited to 'indra/newview/llviewerjointmesh.cpp')
-rwxr-xr-xindra/newview/llviewerjointmesh.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerjointmesh.cpp b/indra/newview/llviewerjointmesh.cpp
index 43a81ada49..2632296c70 100755
--- a/indra/newview/llviewerjointmesh.cpp
+++ b/indra/newview/llviewerjointmesh.cpp
@@ -195,6 +195,7 @@ void LLViewerJointMesh::uploadJointMatrices()
for (joint_num = 0; joint_num < reference_mesh->mJointRenderData.size(); ++joint_num)
{
gJointMatAligned[joint_num].loadu(gJointMatUnaligned[joint_num]);
+ //gJointMatAligned[joint_num].loadu(*reference_mesh->mJointRenderData[joint_num]->mWorldMatrix);
}
}
}