mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
Minor order fixup.
This commit is contained in:
parent
6cef69545e
commit
edc4e27124
1 changed files with 1 additions and 3 deletions
|
@ -808,11 +808,9 @@ SCR_UpdateScreen (double realtime, SCR_Func *scr_funcs)
|
|||
SCR_CalcRefdef ();
|
||||
|
||||
// do 3D refresh drawing, and then update the screen
|
||||
|
||||
SCR_SetUpToDrawConsole ();
|
||||
|
||||
V_RenderView ();
|
||||
|
||||
SCR_SetUpToDrawConsole ();
|
||||
GL_Set2D ();
|
||||
|
||||
// also makes polyblend apply to whole screen
|
||||
|
|
Loading…
Reference in a new issue