mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 05:32:54 +08:00
CI fix
This commit is contained in:
parent
3e95cb9145
commit
075ca3d8ea
@ -162,7 +162,9 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
Children = new Drawable[]
|
||||
{
|
||||
favouriteButton = new FavouriteButton
|
||||
{ BeatmapSet = { BindTarget = BeatmapSet } },
|
||||
{
|
||||
BeatmapSet = { BindTarget = BeatmapSet }
|
||||
},
|
||||
downloadButtonsContainer = new FillFlowContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
|
Loading…
Reference in New Issue
Block a user