diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tony/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/window.cpp b/engines/tony/window.cpp index 36278a4f05..8ac36a5693 100644 --- a/engines/tony/window.cpp +++ b/engines/tony/window.cpp @@ -73,7 +73,7 @@ RMWindow::~RMWindow() { */ void RMWindow::Init() { Graphics::PixelFormat pixelFormat(2, 5, 5, 5, 0, 10, 5, 0, 0); - initGraphics(RM_SX, RM_SY, false, &pixelFormat); + initGraphics(RM_SX, RM_SY, true, &pixelFormat); // Inizializza i conteggi degli FPS fps = lastfcount = fcount = lastsecond = 0; |