mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 22:32:55 +08:00
Add back the construction of the KeyBindingStore
This reverts commit 21b6adbf79
.
This commit is contained in:
parent
21b6adbf79
commit
9770c316e2
@ -337,6 +337,7 @@ namespace osu.Game
|
||||
|
||||
base.Content.Add(CreateScalingContainer().WithChildren(mainContent));
|
||||
|
||||
KeyBindingStore = new RealmKeyBindingStore(realmFactory);
|
||||
KeyBindingStore.Register(globalBindings);
|
||||
|
||||
foreach (var r in RulesetStore.AvailableRulesets)
|
||||
|
Loading…
Reference in New Issue
Block a user