mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
WAGE: Fix crash on menu exiting
This commit is contained in:
parent
ad02d2eb95
commit
632825d71b
@ -188,7 +188,7 @@ int Dialog::run() {
|
||||
g_system->delayMillis(50);
|
||||
}
|
||||
|
||||
_tempSurface.copyRectToSurface(_gui->_screen, r.left, r.top, r);
|
||||
_tempSurface.copyRectToSurface(_gui->_screen, 0, 0, r);
|
||||
|
||||
return _pressedButton;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user