diff --git a/sources/System/Renderer/CameraSystem.cpp b/sources/System/Renderer/CameraSystem.cpp index 1a51ad90..0edd0149 100644 --- a/sources/System/Renderer/CameraSystem.cpp +++ b/sources/System/Renderer/CameraSystem.cpp @@ -52,7 +52,7 @@ namespace BBM void CameraSystem::onUpdate(WAL::ViewEntity &entity, std::chrono::nanoseconds dtime) { - if (!introAnimation(entity)) + if (Runner::gameState.currentScene != GameState::GameScene || !introAnimation(entity)) return; auto &pos = entity.get(); auto &cam = entity.get();