0
0
Fork 0
mirror of https://github.com/DrBeef/Raze.git synced 2025-04-04 15:10:45 +00:00

- Exhumed: Clear the screen in the 2D drawer prior to drawing in menu_DoPlasma().

Fixes .
This commit is contained in:
Mitchell Richters 2020-08-24 17:44:26 +10:00
parent e8057cd871
commit 89a15335df

View file

@ -438,6 +438,8 @@ public:
start = ticker;
}
twod->ClearScreen();
menu_DoPlasma();
DrawRel(kSkullHead, 160, 100);