mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Remove unnecessary Live
conversion in IntroScreen
(handled by GetWorkingBeatmap
)
This commit is contained in:
@ -109,7 +109,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
if (s.Beatmaps.Count == 0)
|
if (s.Beatmaps.Count == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
initialBeatmap = beatmaps.GetWorkingBeatmap(s.Beatmaps[0].ToLive(realmContextFactory));
|
initialBeatmap = beatmaps.GetWorkingBeatmap(s.Beatmaps[0]);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user