mirror of https://github.com/ppy/osu
Fix build errors after implicit NRT enable
This commit is contained in:
parent
ee96d84ffa
commit
345ae7bbc3
|
@ -20,11 +20,11 @@ public class AndroidMouseSettings : SettingsSubsection
|
|||
|
||||
protected override LocalisableString Header => MouseSettingsStrings.Mouse;
|
||||
|
||||
private Bindable<double> handlerSensitivity;
|
||||
private Bindable<double> handlerSensitivity = null!;
|
||||
|
||||
private Bindable<double> localSensitivity;
|
||||
private Bindable<double> localSensitivity = null!;
|
||||
|
||||
private Bindable<bool> relativeMode;
|
||||
private Bindable<bool> relativeMode = null!;
|
||||
|
||||
public AndroidMouseSettings(AndroidMouseHandler mouseHandler)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue