mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
- clearing the screen here is redundant.
This commit is contained in:
parent
dfd6796159
commit
8cbb313a96
1 changed files with 0 additions and 2 deletions
|
@ -684,8 +684,6 @@ int menu_DrawTheMap(int nLevel, int nLevelNew, int nLevelBest)
|
||||||
HandleAsync();
|
HandleAsync();
|
||||||
twod->ClearScreen();
|
twod->ClearScreen();
|
||||||
|
|
||||||
videoClearScreen(overscanindex); // fix hall of mirrors when console renders offscreen in widescreen resolutions.
|
|
||||||
|
|
||||||
if (((int)totalclock - startTime) / kTimerTicks)
|
if (((int)totalclock - startTime) / kTimerTicks)
|
||||||
{
|
{
|
||||||
nIdleSeconds++;
|
nIdleSeconds++;
|
||||||
|
|
Loading…
Reference in a new issue