mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 00:02:54 +08:00
Remove unnecessary track starting
This commit is contained in:
parent
0539584578
commit
4056338203
@ -72,8 +72,6 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
player = null;
|
||||
|
||||
if (!Beatmap.Track.IsRunning)
|
||||
Beatmap.Track.Start();
|
||||
Beatmap.Track.Looping = true;
|
||||
|
||||
base.OnResuming(last);
|
||||
|
Loading…
Reference in New Issue
Block a user