mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 17:32:54 +08:00
Update second instance of disabling bindable
This commit is contained in:
parent
aec2520ef4
commit
c47f02c3b7
@ -86,7 +86,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
{
|
||||
bool raw = !handler.NewValue.Contains("Raw");
|
||||
rawInputToggle.Value = raw;
|
||||
sensitivity.Bindable.Disabled = !raw;
|
||||
sensitivityBindable.Disabled = !raw;
|
||||
};
|
||||
|
||||
ignoredInputHandler.TriggerChange();
|
||||
|
Loading…
Reference in New Issue
Block a user