mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 00:12:59 +00:00
Screen is now refreshed when waiting for left clicks. Solves bug #1762618.
svn-id: r28265
This commit is contained in:
parent
8c1fcc3c08
commit
b8f55ec742
@ -372,7 +372,8 @@ void waitUntilLeftClick() {
|
||||
break;
|
||||
}
|
||||
|
||||
g_system->delayMillis(10);
|
||||
g_system->delayMillis(30);
|
||||
_vm->_gfx->updateScreen();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user