Revert "Rename element in OsuSettings enum"

This reverts commit c2bbe17562.
This commit is contained in:
Dean Herbert
2021-08-16 16:56:48 +09:00
parent d0faa91bb1
commit fc89f2bac4
3 changed files with 4 additions and 4 deletions

View File

@ -125,7 +125,7 @@ namespace osu.Game.Screens.Play
Objects = drawableRuleset.Objects;
}
config.BindWith(OsuSetting.ShowDifficultyGraph, ShowGraph);
config.BindWith(OsuSetting.ShowProgressGraph, ShowGraph);
graph.FillColour = bar.FillColour = colours.BlueLighter;
}