diff --git a/osu.Game/Screens/Select/PlaySongSelect.cs b/osu.Game/Screens/Select/PlaySongSelect.cs index 96dc22ae5f..4d478b82a1 100644 --- a/osu.Game/Screens/Select/PlaySongSelect.cs +++ b/osu.Game/Screens/Select/PlaySongSelect.cs @@ -71,7 +71,9 @@ namespace osu.Game.Screens.Select protected override void OnResuming(Screen last) { player = null; - + + if (!Beatmap.Track.IsRunning) + Beatmap.Track.Start(); Beatmap.Track.Looping = true; base.OnResuming(last);