diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-02-26 16:54:00 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-02-26 16:54:00 -0500 |
commit | 80b010b199f3a915cab7654ff3eed5b6d7a66e75 (patch) | |
tree | 3f32a5180dd6e79083a8a5c81d6c1195fc7425f6 /indra/newview/llviewerjointmesh.cpp | |
parent | 2a4ed560c4559b7cd6b881eb596ddc9c2e81777b (diff) |
SL-109 WIP - minor code cleanup
Diffstat (limited to 'indra/newview/llviewerjointmesh.cpp')
-rwxr-xr-x | indra/newview/llviewerjointmesh.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerjointmesh.cpp b/indra/newview/llviewerjointmesh.cpp index 2632296c70..43a81ada49 100755 --- a/indra/newview/llviewerjointmesh.cpp +++ b/indra/newview/llviewerjointmesh.cpp @@ -195,7 +195,6 @@ 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); } } } |