diff options
Diffstat (limited to 'src/mesa/drivers/glide')
-rw-r--r-- | src/mesa/drivers/glide/fxsetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxsetup.c b/src/mesa/drivers/glide/fxsetup.c index 45be2b84828..64831fcfb3b 100644 --- a/src/mesa/drivers/glide/fxsetup.c +++ b/src/mesa/drivers/glide/fxsetup.c @@ -1435,7 +1435,7 @@ static void fxSetupColorMask(GLcontext *ctx) */ static void fxSetupFog(GLcontext *ctx) { - if (ctx->Fog.Enabled && ctx->FogMode==FOG_FRAGMENT) { + if (ctx->Fog.Enabled /*&& ctx->FogMode==FOG_FRAGMENT*/) { fxMesaContext fxMesa = FX_CONTEXT(ctx); /* update fog color */ |