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

Remove unnecessary intial construction of bindable

This commit is contained in:
Dean Herbert 2021-03-03 20:36:41 +09:00
parent 002646370c
commit 534e16237a

View File

@ -20,7 +20,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
private Bindable<double> configSensitivity;
private Bindable<double> localSensitivity = new BindableDouble();
private Bindable<double> localSensitivity;
private Bindable<string> ignoredInputHandlers;