diff options
-rw-r--r-- | backends/platform/android/gfx.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/android/gfx.cpp b/backends/platform/android/gfx.cpp index 6c2208fd6f..c71ee178ee 100644 --- a/backends/platform/android/gfx.cpp +++ b/backends/platform/android/gfx.cpp @@ -152,6 +152,7 @@ void OSystem_Android::initSize(uint width, uint height, GLTHREADCHECK; _game_texture->allocBuffer(width, height); + _game_texture->fillBuffer(0); int overlay_width = _egl_surface_width; int overlay_height = _egl_surface_height; |