1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 20:20:16 +08:00
This commit is contained in:
Andrei Zavatski
2019-07-22 14:47:35 +03:00
Unverified
parent 3e95cb9145
commit 075ca3d8ea
+3 -1
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,