summaryrefslogtreecommitdiff
path: root/indra/llrender
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-03-30 12:17:50 -0500
committerDave Parks <davep@lindenlab.com>2012-03-30 12:17:50 -0500
commit8e8976d21627e81f7f83118d37c052383a22e503 (patch)
tree8bbe0818cf9b5c3b60a5aed7e90929ce9ddb2ff9 /indra/llrender
parenteb9e6e295d058a1f331f04f89cffd4898b1561e7 (diff)
parenta244cff7811b88d76591f429119dd736fa522b1a (diff)
merge
Diffstat (limited to 'indra/llrender')
-rw-r--r--indra/llrender/llgl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index f2105f79d0..628a8d6131 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -1912,7 +1912,7 @@ void LLGLState::checkClientArrays(const std::string& msg, U32 data_mask)
glClientActiveTextureARB(GL_TEXTURE0_ARB);
gGL.getTexUnit(0)->activate();
- if (gGLManager.mHasVertexShader)
+ if (gGLManager.mHasVertexShader && LLGLSLShader::sNoFixedFunction)
{ //make sure vertex attribs are all disabled
GLint count;
glGetIntegerv(GL_MAX_VERTEX_ATTRIBS_ARB, &count);