]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
enable alpha test in dpsoftrast. Why was it turned off?
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 4 Jun 2011 20:06:13 +0000 (20:06 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 4 Jun 2011 20:06:13 +0000 (20:06 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11179 d7cf8633-e32d-0410-b094-e92efae38249

gl_backend.c

index 0efde34477e223b1edeea21309d3e338abed1a79..d2dae3841c4a6bd25a8f960103933847daa3fc32 100644 (file)
@@ -2180,7 +2180,7 @@ void GL_AlphaTest(int state)
                case RENDERPATH_D3D11:
                        break;
                case RENDERPATH_SOFT:
-//                     DPSOFTRAST_AlphaTest(gl_state.alphatest);
+                       DPSOFTRAST_AlphaTest(gl_state.alphatest);
                        break;
                case RENDERPATH_GL20:
                case RENDERPATH_GLES2: