aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/osys_main.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2012-02-23 21:34:12 +0100
committerJohannes Schickel2012-02-23 21:34:12 +0100
commit8edcedf3b65965df6ade9899a7a07855cf51195c (patch)
tree0605312a069e9021883d115478c85b589405b518 /backends/platform/iphone/osys_main.cpp
parent2ab5958c93c19a0ea23b76c2360ca8ef4d905b94 (diff)
downloadscummvm-rg350-8edcedf3b65965df6ade9899a7a07855cf51195c.tar.gz
scummvm-rg350-8edcedf3b65965df6ade9899a7a07855cf51195c.tar.bz2
scummvm-rg350-8edcedf3b65965df6ade9899a7a07855cf51195c.zip
IPHONE: Directly use the overlay's texture buffer instead of another intermediate buffer.
Diffstat (limited to 'backends/platform/iphone/osys_main.cpp')
-rw-r--r--backends/platform/iphone/osys_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/iphone/osys_main.cpp b/backends/platform/iphone/osys_main.cpp
index 368434c476..e2de6ca478 100644
--- a/backends/platform/iphone/osys_main.cpp
+++ b/backends/platform/iphone/osys_main.cpp
@@ -61,7 +61,7 @@ OSystem_IPHONE::OSystem_IPHONE() :
_screenOrientation(kScreenOrientationFlippedLandscape), _mouseClickAndDragEnabled(false),
_gestureStartX(-1), _gestureStartY(-1), _fullScreenIsDirty(false), _fullScreenOverlayIsDirty(false),
_mouseDirty(false), _timeSuspended(0), _lastDragPosX(-1), _lastDragPosY(-1), _screenChangeCount(0),
- _overlayBuffer(0), _mouseCursorPaletteEnabled(false) {
+ _mouseCursorPaletteEnabled(false) {
_queuedInputEvent.type = Common::EVENT_INVALID;
_touchpadModeEnabled = !iPhone_isHighResDevice();
_fsFactory = new POSIXFilesystemFactory();