summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-04-13 13:58:55 -0500
committerDave Parks <davep@lindenlab.com>2012-04-13 13:58:55 -0500
commitb2999c50890c22eac950bcec0f05ad20b4b01f49 (patch)
treefbf415b02529405739b8e0afc2d517b9faca20d0 /indra/llrender/llgl.cpp
parentf78039fd9509642296f2ff9c298c9828b6613975 (diff)
parent3efa013ee4e037c2ba20aaf550aa06bcf578b145 (diff)
merge
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;
}