From: havoc Date: Thu, 23 Mar 2006 11:49:22 +0000 (+0000) Subject: a GL_DepthTest call I forgot in the last commit X-Git-Tag: xonotic-v0.1.0preview~4145 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1e72302958b4771d8dc043fa3274a10e8a14e9d8;p=xonotic%2Fdarkplaces.git a GL_DepthTest call I forgot in the last commit git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6176 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/r_sky.c b/r_sky.c index 2d6ac578..8ed9da7b 100644 --- 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); } }