mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
More cleanups
This commit is contained in:
@ -115,7 +115,7 @@ namespace osu.Game.Screens.Menu
|
||||
if (setInfo != null)
|
||||
{
|
||||
initialBeatmap = beatmaps.GetWorkingBeatmap(setInfo.Beatmaps[0]);
|
||||
UsingThemedIntro = initialBeatmap.GetTrack().IsDummyDevice == false;
|
||||
UsingThemedIntro = !initialBeatmap.GetTrack().IsDummyDevice;
|
||||
}
|
||||
|
||||
return UsingThemedIntro;
|
||||
|
Reference in New Issue
Block a user