mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Remove unnecessary intial construction of bindable
This commit is contained in:
@ -20,7 +20,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
|||||||
|
|
||||||
private Bindable<double> configSensitivity;
|
private Bindable<double> configSensitivity;
|
||||||
|
|
||||||
private Bindable<double> localSensitivity = new BindableDouble();
|
private Bindable<double> localSensitivity;
|
||||||
|
|
||||||
private Bindable<string> ignoredInputHandlers;
|
private Bindable<string> ignoredInputHandlers;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user