Present selected difficulty

This commit is contained in:
Endrik Tombak
2020-04-12 16:00:05 +03:00
parent 2393ce5f51
commit ecd25e567d
3 changed files with 19 additions and 6 deletions

View File

@ -277,7 +277,8 @@ namespace osu.Game.Overlays.BeatmapSet
downloadButtonsContainer.Child = new PanelDownloadButton(BeatmapSet.Value)
{
Width = 50,
RelativeSizeAxes = Axes.Y
RelativeSizeAxes = Axes.Y,
CurrentBeatmap = Picker.Beatmap.GetBoundCopy()
};
break;