fix: al acabar el segon ending, la transicio es a logo_to_title, no a logo_to_loading_screen

This commit is contained in:
2026-03-19 11:21:38 +01:00
parent d9ada12ee0
commit 4e2393f4d5

View File

@@ -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;