]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_sky.c
a GL_DepthTest call I forgot in the last commit
[xonotic/darkplaces.git] / r_sky.c
diff --git a/r_sky.c b/r_sky.c
index 2d6ac578d1d80bd4ac4b1f2c20151b40b70af28b..8ed9da7b5f6d4bb9176fd068f6c80478290e0261 100644 (file)
--- a/r_sky.c
+++ b/r_sky.c
@@ -432,6 +432,7 @@ void R_Sky(void)
                        //GL_Clear(GL_DEPTH_BUFFER_BIT);
                }
                */
+               GL_DepthTest(true);
        }
 }