[Scummvm-git-logs] scummvm master -> 970ea34905db2079d22b0b9d1e71e01df33e701a
lephilousophe
noreply at scummvm.org
Sat Nov 12 19:49:31 UTC 2022
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:
970ea34905 ANDROID: Fix build
Commit: 970ea34905db2079d22b0b9d1e71e01df33e701a
https://github.com/scummvm/scummvm/commit/970ea34905db2079d22b0b9d1e71e01df33e701a
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-11-12T20:49:20+01:00
Commit Message:
ANDROID: Fix build
Changed paths:
backends/graphics/android/android-graphics.cpp
diff --git a/backends/graphics/android/android-graphics.cpp b/backends/graphics/android/android-graphics.cpp
index 1c57e071551..df7b083db03 100644
--- a/backends/graphics/android/android-graphics.cpp
+++ b/backends/graphics/android/android-graphics.cpp
@@ -168,7 +168,7 @@ void AndroidGraphicsManager::showOverlay(bool inGUI) {
JNI::setTouchMode(_old_touch_mode);
}
- OpenGL::OpenGLGraphicsManager::showOverlay();
+ OpenGL::OpenGLGraphicsManager::showOverlay(inGUI);
}
void AndroidGraphicsManager::hideOverlay() {
More information about the Scummvm-git-logs
mailing list