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:
parent
002646370c
commit
534e16237a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user