diff --git a/source/games/whaven/src/main.cpp b/source/games/whaven/src/main.cpp index 1976e2e33..0de41162b 100644 --- a/source/games/whaven/src/main.cpp +++ b/source/games/whaven/src/main.cpp @@ -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);