Skip to content

Commit

Permalink
ANDROID: Remove another weird workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
dhewg committed Feb 27, 2011
1 parent a99b394 commit 6b1c575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/platform/android/gfx.cpp
Expand Up @@ -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() {
Expand Down

0 comments on commit 6b1c575

Please sign in to comment.