SAGA2: move call to delayMillis in updatePalette()

This commit is contained in:
Giovanni Cascione 2023-05-06 16:33:54 +02:00 committed by Filippos Karapetis
parent 06f70c16cb
commit fd32607b9f

View File

@ -218,8 +218,9 @@ bool PaletteManager::updatePalette() {
assertCurrentPalette();
g_system->updateScreen();
g_system->delayMillis(10);
}
g_system->delayMillis(10);
return true;
}
}