From b543b1f9fc21d9a270a5f58e28ae36dbf24d2ced Mon Sep 17 00:00:00 2001 From: MrTheMake Date: Sun, 21 May 2017 21:20:59 +0200 Subject: [PATCH] Remove unnecessary restart --- osu.Game/Screens/Select/PlaySongSelect.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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);