mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Expose track from MusicController
This commit is contained in:
@ -113,7 +113,9 @@ namespace osu.Game.Screens.Menu
|
||||
if (setInfo != null)
|
||||
{
|
||||
initialBeatmap = beatmaps.GetWorkingBeatmap(setInfo.Beatmaps[0]);
|
||||
UsingThemedIntro = !MusicController.IsDummyDevice;
|
||||
|
||||
// Todo: Wrong.
|
||||
UsingThemedIntro = MusicController.CurrentTrack?.IsDummyDevice == false;
|
||||
}
|
||||
|
||||
return UsingThemedIntro;
|
||||
|
Reference in New Issue
Block a user