mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Move the 2D set out of the 3D code.
It really belongs exclusively in the screen setup code.
This commit is contained in:
parent
f5f8b65c81
commit
7739ba3ea9
2 changed files with 1 additions and 3 deletions
|
@ -653,7 +653,6 @@ R_RenderView (void)
|
|||
R_RenderView_ ();
|
||||
else
|
||||
R_RenderViewFishEye ();
|
||||
GL_Set2D ();
|
||||
}
|
||||
|
||||
#define BOX_FRONT 0
|
||||
|
|
|
@ -243,8 +243,7 @@ SCR_UpdateScreen (double realtime, SCR_Func *scr_funcs)
|
|||
V_RenderView ();
|
||||
|
||||
SCR_SetUpToDrawConsole ();
|
||||
if (!r_worldentity.model)
|
||||
GL_Set2D ();
|
||||
GL_Set2D ();
|
||||
GL_DrawReset ();
|
||||
|
||||
// also makes polyblend apply to whole screen
|
||||
|
|
Loading…
Reference in a new issue