mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Present selected difficulty
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user