From 6ce160b295951e6e0336f8ea06a72fddcd86f1fb Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 27 Jan 2008 23:52:45 +0000 Subject: [PATCH] remove a bogus RSurf_SetupDepthAndCulling call that was crashing git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8027 d7cf8633-e32d-0410-b094-e92efae38249 --- gl_rsurf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gl_rsurf.c b/gl_rsurf.c index b30cc242..68ec5e3d 100644 --- a/gl_rsurf.c +++ b/gl_rsurf.c @@ -559,7 +559,6 @@ void R_Q1BSP_DrawDepth(entity_render_t *ent) return; GL_ColorMask(0,0,0,0); GL_Color(1,1,1,1); - RSurf_SetupDepthAndCulling(); GL_DepthTest(true); GL_BlendFunc(GL_ONE, GL_ZERO); GL_DepthMask(true); -- 2.39.2