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:
terminx 2011-12-08 03:56:38 +00:00
parent e6d1c9bd6a
commit 81b5ed0025

View file

@ -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++;
}