Fix behavioural regression by splitting methods out

This commit is contained in:
Dean Herbert
2020-07-10 18:03:56 +09:00
parent 44fdb5b82e
commit 1760cc2427
3 changed files with 27 additions and 13 deletions

View File

@ -126,8 +126,7 @@ namespace osu.Game.Screens.Multi.Lounge
if (selectedRoom.Value?.RoomID.Value == null)
selectedRoom.Value = new Room();
if (music?.IsUserPaused == false)
music.Play();
music.EnsurePlayingSomething();
onReturning();
}