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