diff options
Diffstat (limited to 'engines/mads/scene.cpp')
-rw-r--r-- | engines/mads/scene.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp index 8521c2e0b4..11a59356c0 100644 --- a/engines/mads/scene.cpp +++ b/engines/mads/scene.cpp @@ -422,7 +422,7 @@ void Scene::doFrame() { } // TODO: Verify correctness of frame wait - + _vm->_events->waitForNextFrame(); } void Scene::drawElements(bool transitionFlag, bool surfaceFlag) { |