diff --git a/source/game/scenes/ending2.cpp b/source/game/scenes/ending2.cpp index 9f9d0d56..75d05ffe 100644 --- a/source/game/scenes/ending2.cpp +++ b/source/game/scenes/ending2.cpp @@ -146,7 +146,7 @@ void Ending2::updateState(float delta_time) { case EndingState::FADING: if (state_time_ >= STATE_FADE_DURATION) { SceneManager::current = SceneManager::Scene::LOGO; - SceneManager::options = SceneManager::Options::LOGO_TO_LOADING_SCREEN; + SceneManager::options = SceneManager::Options::LOGO_TO_TITLE; } break;