[OPENGL32/MESA]
[reactos.git] / reactos / dll / opengl / mesa / main / fog.c
index 4d80ff9..b2e141b 100644 (file)
@@ -198,7 +198,6 @@ void _mesa_init_fog( struct gl_context * ctx )
    ctx->Fog.Density = 1.0;
    ctx->Fog.Start = 0.0;
    ctx->Fog.End = 1.0;
-   ctx->Fog.ColorSumEnabled = GL_FALSE;
    ctx->Fog.FogCoordinateSource = GL_FRAGMENT_DEPTH_EXT;
    ctx->Fog._Scale = 1.0f;
    ctx->Fog.FogDistanceMode = GL_EYE_PLANE_ABSOLUTE_NV;