Fix test failures and rename configuration value to match better

This commit is contained in:
Dean Herbert
2022-11-02 18:14:20 +09:00
parent 71c507d80c
commit 3ec9686e58
6 changed files with 20 additions and 6 deletions

View File

@ -21,7 +21,7 @@ namespace osu.Game.Overlays.Settings.Sections.Gameplay
[BackgroundDependencyLoader]
private void load(OsuConfigManager config)
{
config.BindWith(OsuSetting.ComboColourNormalisation, comboColourNormalisation);
config.BindWith(OsuSetting.ComboColourNormalisationAmount, comboColourNormalisation);
Children = new Drawable[]
{