Index: source/graphics/GameView.cpp =================================================================== --- source/graphics/GameView.cpp +++ source/graphics/GameView.cpp @@ -626,9 +626,11 @@ if (!g_app_has_focus) return; - m->CinemaManager.Update(deltaRealTime); if (m->CinemaManager.IsEnabled()) + { + m->CinemaManager.Update(deltaRealTime); return; + } // Calculate mouse movement static int mouse_last_x = 0;