]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.c
Assume that GL_EXT_blend_subtract is supported.
[xonotic/darkplaces.git] / cl_screen.c
index 197e632e248bdcb58bd0fe53818e66b570606bde..36eccda64f572647d72b226c2a161164a218695d 100644 (file)
@@ -2792,15 +2792,6 @@ void CL_UpdateScreen(void)
        {
                CHECKGLERROR
                qglDrawBuffer(GL_BACK);CHECKGLERROR
-               // set dithering mode
-               if (gl_dither.integer)
-               {
-                       qglEnable(GL_DITHER);CHECKGLERROR
-               }
-               else
-               {
-                       qglDisable(GL_DITHER);CHECKGLERROR
-               }
        }
 #endif