[Scummvm-git-logs] scummvm master -> 39548796842f2def46eef7c6d81a7424ab904b2f
neuromancer
noreply at scummvm.org
Sun Nov 26 19:01:46 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:
3954879684 FREESCAPE: clear buffer before each frame
Commit: 39548796842f2def46eef7c6d81a7424ab904b2f
https://github.com/scummvm/scummvm/commit/39548796842f2def46eef7c6d81a7424ab904b2f
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2023-11-26T20:01:41+01:00
Commit Message:
FREESCAPE: clear buffer before each frame
Changed paths:
engines/freescape/ui.cpp
diff --git a/engines/freescape/ui.cpp b/engines/freescape/ui.cpp
index 0f7909a37e7..a528bcab073 100644
--- a/engines/freescape/ui.cpp
+++ b/engines/freescape/ui.cpp
@@ -279,6 +279,7 @@ void FreescapeEngine::drawBorderScreenAndWait(Graphics::Surface *surface) {
}
}
+ _gfx->clear(0, 0, 0, true);
drawBorder();
if (surface)
drawFullscreenSurface(surface);
More information about the Scummvm-git-logs
mailing list