mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix game not exiting
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user