mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 15:41:41 +00:00
NEVERHOOD: Fix graphics glitch when opening the menu
This commit is contained in:
parent
63624f8bfa
commit
7564be51d7
@ -786,6 +786,7 @@ void GameModule::openMainMenu() {
|
||||
createModule(1000, 0);
|
||||
}
|
||||
_vm->_screen->saveParams();
|
||||
_vm->_screen->update();
|
||||
_mainMenuRequested = false;
|
||||
createMenuModule();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user