mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Update variable names
Also cleans up some weird code
This commit is contained in:
@ -61,9 +61,9 @@ namespace osu.Game.Configuration
|
||||
databasedSettings.Add(setting);
|
||||
}
|
||||
|
||||
bindable.ValueChanged += e =>
|
||||
bindable.ValueChanged += b =>
|
||||
{
|
||||
setting.Value = e.NewValue;
|
||||
setting.Value = b.NewValue;
|
||||
settings.Update(setting);
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user