mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
Fix polyblend - This is the (SINGLE) thing Endy did that is easy to fix,
and the only thing he realized he broke.
This commit is contained in:
parent
ae5b1b624b
commit
a9f17c7b6c
1 changed files with 1 additions and 0 deletions
|
@ -813,6 +813,7 @@ void R_PolyBlend (void)
|
|||
|
||||
GL_DisableMultitexture();
|
||||
|
||||
glEnable (GL_BLEND);
|
||||
glDisable (GL_DEPTH_TEST);
|
||||
glDisable (GL_TEXTURE_2D);
|
||||
|
||||
|
|
Loading…
Reference in a new issue