mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-02 17:12:11 +00:00
- WH: clear the screen before drawing the menu background.
This commit is contained in:
parent
283ed142ad
commit
af8f056f23
1 changed files with 1 additions and 0 deletions
|
@ -628,6 +628,7 @@ bool GameInterface::CanSave()
|
|||
|
||||
void GameInterface::DrawBackground()
|
||||
{
|
||||
twod->ClearScreen();
|
||||
if (isWh2())
|
||||
{
|
||||
DrawTexture(twod, tileGetTexture(VMAINBLANK), 0, 0, DTA_Fullscreen, FSMode_ScaleToFit43, TAG_DONE);
|
||||
|
|
Loading…
Reference in a new issue