mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 07:42:57 +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[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
favouriteButton = new FavouriteButton
|
favouriteButton = new FavouriteButton
|
||||||
{ BeatmapSet = { BindTarget = BeatmapSet } },
|
{
|
||||||
|
BeatmapSet = { BindTarget = BeatmapSet }
|
||||||
|
},
|
||||||
downloadButtonsContainer = new FillFlowContainer
|
downloadButtonsContainer = new FillFlowContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Loading…
Reference in New Issue
Block a user