summaryrefslogtreecommitdiffstats
path: root/opengl/shared/OpenglCodecCommon/GLClientState.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/shared/OpenglCodecCommon/GLClientState.cpp')
-rw-r--r--opengl/shared/OpenglCodecCommon/GLClientState.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/opengl/shared/OpenglCodecCommon/GLClientState.cpp b/opengl/shared/OpenglCodecCommon/GLClientState.cpp
index 57637ae..638eb4c 100644
--- a/opengl/shared/OpenglCodecCommon/GLClientState.cpp
+++ b/opengl/shared/OpenglCodecCommon/GLClientState.cpp
@@ -65,6 +65,8 @@ GLClientState::GLClientState(int nLocations)
m_tex.textures = NULL;
m_tex.numTextures = 0;
m_tex.allocTextures = 0;
+
+ m_maxVertexAttribsDirty = true;
}
GLClientState::~GLClientState()