mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
CI fix
This commit is contained in:
@ -71,7 +71,9 @@ namespace osu.Game.Screens.Select
|
||||
protected override void OnResuming(Screen last)
|
||||
{
|
||||
player = null;
|
||||
|
||||
|
||||
if (!Beatmap.Track.IsRunning)
|
||||
Beatmap.Track.Start();
|
||||
Beatmap.Track.Looping = true;
|
||||
|
||||
base.OnResuming(last);
|
||||
|
Reference in New Issue
Block a user