mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Remove unnecessary track starting
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user