[Scummvm-git-logs] scummvm master -> fd32607b9fa122c2ade5871a99371d2201b10cf0
bluegr
noreply at scummvm.org
Mon May 8 19:30:37 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
fd32607b9f SAGA2: move call to delayMillis in updatePalette()
Commit: fd32607b9fa122c2ade5871a99371d2201b10cf0
https://github.com/scummvm/scummvm/commit/fd32607b9fa122c2ade5871a99371d2201b10cf0
Author: Giovanni Cascione (ing.cascione at gmail.com)
Date: 2023-05-08T22:30:27+03:00
Commit Message:
SAGA2: move call to delayMillis in updatePalette()
Changed paths:
engines/saga2/vpal.cpp
diff --git a/engines/saga2/vpal.cpp b/engines/saga2/vpal.cpp
index a31aac0ecae..4b2007c2889 100644
--- a/engines/saga2/vpal.cpp
+++ b/engines/saga2/vpal.cpp
@@ -218,8 +218,9 @@ bool PaletteManager::updatePalette() {
assertCurrentPalette();
g_system->updateScreen();
- g_system->delayMillis(10);
}
+ g_system->delayMillis(10);
+
return true;
}
}
More information about the Scummvm-git-logs
mailing list