don't ask me why, but this is the real fix (I still had my cl_scrn.c hack

going in the previous commit :()
This commit is contained in:
Bill Currie 2001-12-29 05:48:48 +00:00
parent 4a7515fcff
commit 947059f421

View file

@ -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);