mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix global key bindings being fetched with a non-null variant
This commit is contained in:
@ -22,7 +22,7 @@ namespace osu.Game.Overlays.KeyBinding
|
||||
protected override string Header => string.Empty;
|
||||
|
||||
public DefaultBindingsSubsection(KeyBindingInputManager manager)
|
||||
: base(0)
|
||||
: base(null)
|
||||
{
|
||||
Defaults = manager.DefaultKeyBindings;
|
||||
}
|
||||
|
Reference in New Issue
Block a user