1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00
This commit is contained in:
Andrei Zavatski 2019-07-22 14:47:35 +03:00
parent 3e95cb9145
commit 075ca3d8ea

View File

@ -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,