mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Expose track from MusicController
This commit is contained in:
@ -44,7 +44,8 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
pianoReverb = audio.Samples.Get(@"Intro/Welcome/welcome_piano");
|
||||
|
||||
musicController.Looping = true;
|
||||
if (musicController.CurrentTrack != null)
|
||||
musicController.CurrentTrack.Looping = true;
|
||||
}
|
||||
|
||||
protected override void LogoArriving(OsuLogo logo, bool resuming)
|
||||
|
Reference in New Issue
Block a user