mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Make sure intro can't be exited unless the main menu has displayed once.
This commit is contained in:
@ -28,10 +28,10 @@ namespace osu.Game.GameModes.Multiplayer
|
||||
Background.FadeColour(Color4.DarkGray, 500);
|
||||
}
|
||||
|
||||
protected override void OnExiting(GameMode next)
|
||||
protected override bool OnExiting(GameMode next)
|
||||
{
|
||||
base.OnExiting(next);
|
||||
Background.FadeColour(Color4.White, 500);
|
||||
return base.OnExiting(next);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user