mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 05:42:54 +08:00
Play settings hide animation if visible when exiting RoomSubScreen
This commit is contained in:
parent
1fd746524d
commit
4d1582d721
@ -244,6 +244,7 @@ namespace osu.Game.Screens.OnlinePlay.Match
|
|||||||
if (Room.RoomID.Value == null)
|
if (Room.RoomID.Value == null)
|
||||||
{
|
{
|
||||||
// room has not been created yet; exit immediately.
|
// room has not been created yet; exit immediately.
|
||||||
|
settingsOverlay.Hide();
|
||||||
return base.OnBackButton();
|
return base.OnBackButton();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user