Rename element in OsuSettings enum

`ShowProgressGraph` -> `ShowDifficultyGraph`
This commit is contained in:
kj415j45
2021-08-14 22:35:15 +08:00
parent 78ac092147
commit c2bbe17562
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.ShowProgressGraph, ShowGraph);
config.BindWith(OsuSetting.ShowDifficultyGraph, ShowGraph);
graph.FillColour = bar.FillColour = colours.BlueLighter;
}