From 947059f42159d8a34eacf3be61c55c93523af010 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 29 Dec 2001 05:48:48 +0000 Subject: [PATCH] don't ask me why, but this is the real fix (I still had my cl_scrn.c hack going in the previous commit :() --- ref_gl/gl_rmain.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ref_gl/gl_rmain.c b/ref_gl/gl_rmain.c index 5ad5b34..aa5dcae 100644 --- a/ref_gl/gl_rmain.c +++ b/ref_gl/gl_rmain.c @@ -1495,6 +1495,8 @@ void R_BeginFrame( float camera_separation ) qglDisable (GL_CULL_FACE); qglDisable (GL_BLEND); qglEnable (GL_ALPHA_TEST); + + qglDisable (GL_TEXTURE_2D); //WTF? why do I need to toggle this? qglEnable (GL_TEXTURE_2D); qglColor4f (1,1,1,1);