1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 04:52:57 +08:00

Fix game not exiting

This commit is contained in:
smoogipoo 2019-01-24 20:13:19 +09:00
parent 28f5c950ec
commit 50a384e19c

View File

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