mirror of https://github.com/ppy/osu
Generate the correct default bindings for variants
This commit is contained in:
parent
b9909ed1cf
commit
561786c5ef
|
@ -23,7 +23,7 @@ public class DatabasedKeyBindingInputManager<T> : KeyBindingContainer<T>
|
||||||
|
|
||||||
private KeyBindingStore store;
|
private KeyBindingStore store;
|
||||||
|
|
||||||
public override IEnumerable<KeyBinding> DefaultKeyBindings => ruleset.CreateInstance().GetDefaultKeyBindings();
|
public override IEnumerable<KeyBinding> DefaultKeyBindings => ruleset.CreateInstance().GetDefaultKeyBindings(variant ?? 0);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Create a new instance.
|
/// Create a new instance.
|
||||||
|
|
Loading…
Reference in New Issue