diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-02-26 10:11:17 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-02-26 10:11:17 -0500 |
commit | 3956efc4fa93d75820e6f3bbe54e040d415b41ad (patch) | |
tree | f71a0b47aca114b67f1ee7bda5f6279b58c2c9e5 /indra/newview/llviewerjointmesh.cpp | |
parent | f0b050ff4897d81fe0d15a40753e5b42a868e394 (diff) |
SL-287 - default avatar handles position changes caused by extra spine joints
Diffstat (limited to 'indra/newview/llviewerjointmesh.cpp')
-rwxr-xr-x | indra/newview/llviewerjointmesh.cpp | 1 |
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); } } } |