]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
and a GL_DepthMask call
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 23 Mar 2006 12:04:10 +0000 (12:04 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 23 Mar 2006 12:04:10 +0000 (12:04 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6183 d7cf8633-e32d-0410-b094-e92efae38249

r_sky.c

diff --git a/r_sky.c b/r_sky.c
index 8ed9da7b5f6d4bb9176fd068f6c80478290e0261..1eecc6c79d468a10cf6209e32d9eb4996d62e975 100644 (file)
--- a/r_sky.c
+++ b/r_sky.c
@@ -433,6 +433,7 @@ void R_Sky(void)
                }
                */
                GL_DepthTest(true);
+               GL_DepthMask(true);
        }
 }