mirror of
https://github.com/ppy/osu
synced 2025-03-06 03:19:47 +00: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