mesa: init ctx->RenderMode

This commit is contained in:
Brian Paul 2008-06-20 14:29:49 -06:00 committed by Keith Whitwell
parent d17485fef9
commit c115616bda

View file

@ -1022,6 +1022,8 @@ init_attrib_groups(GLcontext *ctx)
_mesa_init_fbobjects( ctx );
#if FEATURE_feedback
_mesa_init_feedback( ctx );
#else
ctx->RenderMode = GL_RENDER;
#endif
_mesa_init_fog( ctx );
#if FEATURE_histogram