Add explicit LoadTrack method

This commit is contained in:
Dean Herbert
2020-08-17 15:38:16 +09:00
parent 0c4aefb15e
commit d9debef156
10 changed files with 37 additions and 12 deletions

View File

@ -115,7 +115,7 @@ namespace osu.Game.Screens.Menu
if (setInfo != null)
{
initialBeatmap = beatmaps.GetWorkingBeatmap(setInfo.Beatmaps[0]);
UsingThemedIntro = !initialBeatmap.GetTrack().IsDummyDevice;
UsingThemedIntro = !initialBeatmap.LoadTrack().IsDummyDevice;
}
return UsingThemedIntro;