1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-22 21:00:33 +08:00

Remove unnecessary restart

This commit is contained in:
MrTheMake 2017-05-21 21:20:59 +02:00
parent 6219b8e6dd
commit b543b1f9fc

View File

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