diff options
| -rw-r--r-- | backends/platform/android/gfx.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/android/gfx.cpp b/backends/platform/android/gfx.cpp index a84e5ce4a0..35c91d724c 100644 --- a/backends/platform/android/gfx.cpp +++ b/backends/platform/android/gfx.cpp @@ -362,8 +362,9 @@ void OSystem_Android::clearOverlay() {  	_overlay_texture->fillBuffer(0); +	// breaks more than it fixes, disabled for now  	// Shouldn't need this, but works around a 'blank screen' bug on Nexus1 -	updateScreen(); +	//updateScreen();  }  void OSystem_Android::grabOverlay(OverlayColor *buf, int pitch) {  | 
