mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 13:42:21 +00:00
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:
parent
4a7515fcff
commit
947059f421
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue