summaryrefslogtreecommitdiff
path: root/indra/llappearance
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-10-30 15:31:13 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-10-30 15:31:13 -0400
commit823b316aa2673635d0263aa59b9bc143d874e402 (patch)
treee42f7c286c77eb7f82b04807fec8b2e1805150d6 /indra/llappearance
parent3aeff074cfc2f14b661b96bc0664087a95a99eff (diff)
parent866ea1dc44fb15a13e8297a1cd079297e7ddbfb9 (diff)
merge
Diffstat (limited to 'indra/llappearance')
-rwxr-xr-x[-rw-r--r--]indra/llappearance/lltexlayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llappearance/lltexlayer.cpp b/indra/llappearance/lltexlayer.cpp
index c44799f40d..a65b9e83c6 100644..100755
--- a/indra/llappearance/lltexlayer.cpp
+++ b/indra/llappearance/lltexlayer.cpp
@@ -1121,7 +1121,7 @@ BOOL LLTexLayer::render(S32 x, S32 y, S32 width, S32 height)
//gPipeline.disableLights();
stop_glerror();
glDisable(GL_LIGHTING);
- glEnable(GL_ALPHA_TEST);
+ LLGLEnable(GL_ALPHA_TEST);
stop_glerror();
bool use_shaders = LLGLSLShader::sNoFixedFunction;