From: havoc Date: Thu, 23 Mar 2006 12:04:10 +0000 (+0000) Subject: and a GL_DepthMask call X-Git-Tag: xonotic-v0.1.0preview~4143 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a610cd9e97e8030bdb08dd02deee761e4152f5a1;p=xonotic%2Fdarkplaces.git and a GL_DepthMask call git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6183 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/r_sky.c b/r_sky.c index 8ed9da7b..1eecc6c7 100644 --- a/r_sky.c +++ b/r_sky.c @@ -433,6 +433,7 @@ void R_Sky(void) } */ GL_DepthTest(true); + GL_DepthMask(true); } }