1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00

Play settings hide animation if visible when exiting RoomSubScreen

This commit is contained in:
Dean Herbert 2021-08-19 18:14:45 +09:00
parent 1fd746524d
commit 4d1582d721

View File

@ -244,6 +244,7 @@ namespace osu.Game.Screens.OnlinePlay.Match
if (Room.RoomID.Value == null)
{
// room has not been created yet; exit immediately.
settingsOverlay.Hide();
return base.OnBackButton();
}