mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +00:00
Simple one-liner from Robin Green to fix a problem where the menu background tint would sometimes draw over the menu contents
git-svn-id: https://svn.eduke32.com/eduke32@2156 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
e6d1c9bd6a
commit
81b5ed0025
1 changed files with 1 additions and 1 deletions
|
@ -10545,9 +10545,9 @@ MAIN_LOOP_RESTART:
|
|||
i = 65536;
|
||||
|
||||
G_DrawRooms(screenpeek,i);
|
||||
G_DisplayRest(i);
|
||||
if (getrendermode() >= 3)
|
||||
G_DrawBackground();
|
||||
G_DisplayRest(i);
|
||||
|
||||
framewaiting++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue