mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
SAGA2: move call to delayMillis in updatePalette()
This commit is contained in:
parent
06f70c16cb
commit
fd32607b9f
@ -218,8 +218,9 @@ bool PaletteManager::updatePalette() {
|
||||
assertCurrentPalette();
|
||||
|
||||
g_system->updateScreen();
|
||||
g_system->delayMillis(10);
|
||||
}
|
||||
g_system->delayMillis(10);
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user