mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +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;
|
i = 65536;
|
||||||
|
|
||||||
G_DrawRooms(screenpeek,i);
|
G_DrawRooms(screenpeek,i);
|
||||||
G_DisplayRest(i);
|
|
||||||
if (getrendermode() >= 3)
|
if (getrendermode() >= 3)
|
||||||
G_DrawBackground();
|
G_DrawBackground();
|
||||||
|
G_DisplayRest(i);
|
||||||
|
|
||||||
framewaiting++;
|
framewaiting++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue