mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 18:32:55 +08:00
Restore comment regarding usage of MinBy
This commit is contained in:
parent
e77d203a24
commit
51bd32bf7e
@ -213,6 +213,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
|
||||
LoadComponentsAsync(new CompositeDrawable[]
|
||||
{
|
||||
// Choice of background image matches BSS implementation (always uses the lowest `beatmap_id` from the set).
|
||||
new SetPanelBackground(manager.GetWorkingBeatmap(beatmapSet.Beatmaps.MinBy(b => b.OnlineID)))
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
|
Loading…
Reference in New Issue
Block a user