From 9f910535c9d358262b68ad9200e041a9a6d77ce5 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Mon, 22 May 2017 18:40:52 -0500 Subject: SCI32: Centralise OSystem screen updates --- engines/sci/graphics/transitions32.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/sci/graphics/transitions32.cpp') diff --git a/engines/sci/graphics/transitions32.cpp b/engines/sci/graphics/transitions32.cpp index 6da1772c48..b5e498528d 100644 --- a/engines/sci/graphics/transitions32.cpp +++ b/engines/sci/graphics/transitions32.cpp @@ -83,7 +83,6 @@ void GfxTransitions32::addShowRect(const Common::Rect &rect) { void GfxTransitions32::sendShowRects() { g_sci->_gfxFrameout->showBits(); - g_sci->getSciDebugger()->onFrame(); clearShowRects(); throttle(); } @@ -126,7 +125,6 @@ void GfxTransitions32::processShowStyles() { if (doFrameOut) { g_sci->_gfxFrameout->frameOut(true); - g_sci->getSciDebugger()->onFrame(); throttle(); } } while(continueProcessing && doFrameOut); -- cgit v1.2.3