mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 15:40:57 +00:00
ANDROID: Fix build
This commit is contained in:
parent
8d09103a2e
commit
970ea34905
@ -168,7 +168,7 @@ void AndroidGraphicsManager::showOverlay(bool inGUI) {
|
||||
JNI::setTouchMode(_old_touch_mode);
|
||||
}
|
||||
|
||||
OpenGL::OpenGLGraphicsManager::showOverlay();
|
||||
OpenGL::OpenGLGraphicsManager::showOverlay(inGUI);
|
||||
}
|
||||
|
||||
void AndroidGraphicsManager::hideOverlay() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user