mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 02:49:54 +08:00
Remove nullability allowance from BackgroundDependencyLoader
This commit is contained in:
@@ -33,7 +33,7 @@ namespace osu.Game.Rulesets.Osu.UI
|
||||
osuInputManager = inputManager;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader(true)]
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuConfigManager config)
|
||||
{
|
||||
mouseDisabled = config.GetBindable<bool>(OsuSetting.MouseDisableButtons);
|
||||
|
||||
Reference in New Issue
Block a user