aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldrawpooltree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/lldrawpooltree.cpp')
-rw-r--r--linden/indra/newview/lldrawpooltree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lldrawpooltree.cpp b/linden/indra/newview/lldrawpooltree.cpp
index 2f2b072..46cd2d5 100644
--- a/linden/indra/newview/lldrawpooltree.cpp
+++ b/linden/indra/newview/lldrawpooltree.cpp
@@ -247,7 +247,7 @@ void LLDrawPoolTree::renderTree(BOOL selecting)
247 LLGLState normalize(GL_NORMALIZE, TRUE); 247 LLGLState normalize(GL_NORMALIZE, TRUE);
248 248
249 // Bind the texture for this tree. 249 // Bind the texture for this tree.
250 gGL.getTexUnit(sDiffTex)->bind(mTexturep.get()); 250 gGL.getTexUnit(sDiffTex)->bind(mTexturep.get(), TRUE);
251 251
252 U32 indices_drawn = 0; 252 U32 indices_drawn = 0;
253 253