osmesa: Fix typo in _MaxEnabledTexImageUnit.

This commit is contained in:
José Fonseca
2014-05-01 09:55:20 +01:00
parent 85ce2242cb
commit b0de67ad2d

View File

@@ -207,7 +207,7 @@ osmesa_choose_line_function( struct gl_context *ctx )
if (ctx->RenderMode != GL_RENDER ||
ctx->Line.SmoothFlag ||
ctx->Texture.MaxEnabledTexImageUnit == -1 ||
ctx->Texture._MaxEnabledTexImageUnit == -1 ||
ctx->Light.ShadeModel != GL_FLAT ||
ctx->Line.Width != 1.0F ||
ctx->Line.StippleFlag ||