mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Fix song select beatmap panels not displaying correct background shown in web
This commit is contained in:
parent
25d0f0f3da
commit
4eb0f0261c
@ -108,7 +108,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
|
||||
Header.Children = new Drawable[]
|
||||
{
|
||||
background = new DelayedLoadWrapper(() => new SetPanelBackground(manager.GetWorkingBeatmap(beatmapSet.Beatmaps.FirstOrDefault()))
|
||||
background = new DelayedLoadWrapper(() => new SetPanelBackground(manager.GetWorkingBeatmap(beatmapSet.Beatmaps.MinBy(b => b.OnlineID)))
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
}, 300)
|
||||
|
Loading…
Reference in New Issue
Block a user