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.