From 6b1c575d1d6471a922978559c69426b1f9856768 Mon Sep 17 00:00:00 2001 From: dhewg Date: Sat, 26 Feb 2011 12:34:55 +0100 Subject: ANDROID: Remove another weird workaround --- backends/platform/android/gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform') diff --git a/backends/platform/android/gfx.cpp b/backends/platform/android/gfx.cpp index 35c91d724c..8601a3bfca 100644 --- a/backends/platform/android/gfx.cpp +++ b/backends/platform/android/gfx.cpp @@ -401,7 +401,7 @@ void OSystem_Android::copyRectToOverlay(const OverlayColor *buf, int pitch, _overlay_texture->updateBuffer(x, y, w, h, buf, pitch * sizeof(buf[0])); // Shouldn't need this, but works around a 'blank screen' bug on Nexus1? - updateScreen(); + //updateScreen(); } int16 OSystem_Android::getOverlayHeight() { -- cgit v1.2.3