mirror of
https://github.com/osukey/osukey.git
synced 2025-05-18 20:17:23 +09:00
Remove unnecessary restart
This commit is contained in:
parent
6219b8e6dd
commit
b543b1f9fc
@ -71,9 +71,7 @@ namespace osu.Game.Screens.Select
|
|||||||
protected override void OnResuming(Screen last)
|
protected override void OnResuming(Screen last)
|
||||||
{
|
{
|
||||||
player = null;
|
player = null;
|
||||||
|
|
||||||
Beatmap.Track.Reset();
|
|
||||||
Beatmap.Track.Start();
|
|
||||||
Beatmap.Track.Looping = true;
|
Beatmap.Track.Looping = true;
|
||||||
|
|
||||||
base.OnResuming(last);
|
base.OnResuming(last);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user