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