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 #237.
This commit is contained in:
parent
e8057cd871
commit
89a15335df
1 changed files with 2 additions and 0 deletions
|
@ -438,6 +438,8 @@ public:
|
|||
start = ticker;
|
||||
}
|
||||
|
||||
twod->ClearScreen();
|
||||
|
||||
menu_DoPlasma();
|
||||
|
||||
DrawRel(kSkullHead, 160, 100);
|
||||
|
|
Loading…
Reference in a new issue