Rename CurrentBeatmap to SelectedBeatmap

This commit is contained in:
Dean Herbert
2020-04-13 15:13:35 +09:00
parent 72fb466a0b
commit 142cddfb10
2 changed files with 7 additions and 4 deletions

View File

@ -278,7 +278,7 @@ namespace osu.Game.Overlays.BeatmapSet
{
Width = 50,
RelativeSizeAxes = Axes.Y,
CurrentBeatmap = { BindTarget = Picker.Beatmap }
SelectedBeatmap = { BindTarget = Picker.Beatmap }
};
break;