return GL_FALSE in fxDDColorMask

This commit is contained in:
Brian Paul
2000-01-06 09:30:37 +00:00
parent dd020f13a6
commit 075f184b74
+1 -1
View File
@@ -1343,7 +1343,7 @@ GLboolean fxDDColorMask(GLcontext *ctx,
fxMesa->new_state |= FX_NEW_COLOR_MASK;
ctx->Driver.RenderStart = fxSetupFXUnits;
(void) r; (void) g; (void) b; (void) a;
return 1;
return GL_FALSE;
}
static void fxSetupColorMask(GLcontext *ctx)