diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-02-27 17:20:55 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-02-27 17:20:55 -0500 |
commit | 55b5d6b7b45e956d6927461d8a0ef153ec3c7770 (patch) | |
tree | 4e78262d66d67a30978ea9bce0fbe1e895c4c00f /indra/newview/llviewerjointmesh.cpp | |
parent | 51d5147f470d114c16674df75608cc6153df3b3f (diff) |
SH-2689 WIP - tracking cloud/gray/textured state for avs, display with rendering cost
Diffstat (limited to 'indra/newview/llviewerjointmesh.cpp')
-rwxr-xr-x[-rw-r--r--] | 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 76f4e18c27..20573c8fba 100644..100755 --- a/indra/newview/llviewerjointmesh.cpp +++ b/indra/newview/llviewerjointmesh.cpp @@ -577,7 +577,6 @@ U32 LLViewerJointMesh::drawShape( F32 pixelArea, BOOL first_pass, BOOL is_dummy) { old_mode = mTexture->getAddressMode(); } - gGL.getTexUnit(diffuse_channel)->bind(mTexture.get()); gGL.getTexUnit(diffuse_channel)->bind(mTexture); gGL.getTexUnit(diffuse_channel)->setTextureAddressMode(LLTexUnit::TAM_CLAMP); } |