This commit is contained in:
MrTheMake 2017-05-21 21:33:54 +02:00
parent b543b1f9fc
commit 0539584578

View File

@ -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);