From 50a384e19c1f75c4d9cb1d1ea5dffed1ae2a7f67 Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Thu, 24 Jan 2019 20:13:19 +0900 Subject: [PATCH] Fix game not exiting --- osu.Game/Screens/Menu/Intro.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/osu.Game/Screens/Menu/Intro.cs b/osu.Game/Screens/Menu/Intro.cs index ffd7e5546f..dd5beb59a3 100644 --- a/osu.Game/Screens/Menu/Intro.cs +++ b/osu.Game/Screens/Menu/Intro.cs @@ -159,8 +159,7 @@ namespace osu.Game.Screens.Menu public override void OnResuming(IScreen last) { - if (!(last is MainMenu)) - this.FadeIn(300); + this.FadeIn(300); double fadeOutTime = EXIT_DELAY; //we also handle the exit transition.