forked from jaildesigner-jailgames/jaildoctors_dilemma
fix: al acabar el segon ending, la transicio es a logo_to_title, no a logo_to_loading_screen
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user