aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview')
-rw-r--r--linden/indra/newview/llviewerjointmesh_sse2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerjointmesh_sse2.cpp b/linden/indra/newview/llviewerjointmesh_sse2.cpp
index 550044c..450582f 100644
--- a/linden/indra/newview/llviewerjointmesh_sse2.cpp
+++ b/linden/indra/newview/llviewerjointmesh_sse2.cpp
@@ -114,7 +114,7 @@ void LLViewerJointMesh::updateGeometrySSE2(LLFace *face, LLPolyMesh *mesh)
114 ((LLV4Matrix3)blend_mat).multiply(normals[index], o_normals[index]); 114 ((LLV4Matrix3)blend_mat).multiply(normals[index], o_normals[index]);
115 } 115 }
116 116
117 //setBuffer(0) called in LLVOAvatar::renderSkinned 117 buffer->setBuffer(0);
118} 118}
119 119
120#else 120#else