1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Update second instance of disabling bindable

This commit is contained in:
Dean Herbert 2020-05-16 08:24:02 +09:00
parent aec2520ef4
commit c47f02c3b7

View File

@ -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();