From 0539584578fed738994e42dd72978bd925fdd285 Mon Sep 17 00:00:00 2001 From: MrTheMake Date: Sun, 21 May 2017 21:33:54 +0200 Subject: [PATCH] CI fix --- osu.Game/Screens/Select/PlaySongSelect.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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);