Allow closing the game during intro

This commit is contained in:
Dean Herbert
2020-04-30 12:12:28 +09:00
parent 1cb3f39f60
commit 21c6ac8c43
2 changed files with 1 additions and 6 deletions

View File

@ -96,8 +96,6 @@ namespace osu.Game.Screens.Menu
Track = introBeatmap.Track;
}
public override bool OnExiting(IScreen next) => !DidLoadMenu;
public override void OnResuming(IScreen last)
{
this.FadeIn(300);