summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-04-13 11:55:44 -0500
committerDave Parks <davep@lindenlab.com>2012-04-13 11:55:44 -0500
commit3efa013ee4e037c2ba20aaf550aa06bcf578b145 (patch)
tree1808e32d080fa0ff00a5976ca09c21f29e724938 /indra/llrender/llgl.cpp
parent94a6782510b72f0f029bc06be7cfa962082fd73c (diff)
MAINT-939 Potential fix for crash when editing objects.
Diffstat (limited to 'indra/llrender/llgl.cpp')
-rw-r--r--indra/llrender/llgl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp
index 628a8d6131..013b86f32c 100644
--- a/indra/llrender/llgl.cpp
+++ b/indra/llrender/llgl.cpp
@@ -1964,6 +1964,7 @@ LLGLState::LLGLState(LLGLenum state, S32 enabled) :
case GL_COLOR_MATERIAL:
case GL_FOG:
case GL_LINE_STIPPLE:
+ case GL_POLYGON_STIPPLE:
mState = 0;
break;
}