mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix test failures and rename configuration value to match better
This commit is contained in:
@ -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[]
|
||||
{
|
||||
|
Reference in New Issue
Block a user