mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
ANDROID: Add missing updateScreen() calls
This commit is contained in:
parent
fa51d82639
commit
787b27a4b1
@ -423,6 +423,7 @@ bool OSystem_Android::pollEvent(Common::Event &event) {
|
||||
_force_redraw = true;
|
||||
updateScreen();
|
||||
_force_redraw = true;
|
||||
updateScreen();
|
||||
|
||||
event.type = Common::EVENT_SCREEN_CHANGED;
|
||||
|
||||
@ -431,6 +432,7 @@ bool OSystem_Android::pollEvent(Common::Event &event) {
|
||||
// new surface
|
||||
initSurface();
|
||||
_force_redraw = true;
|
||||
updateScreen();
|
||||
|
||||
event.type = Common::EVENT_SCREEN_CHANGED;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user