1
0
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:
Dean Herbert 2021-04-26 18:24:28 +09:00
parent 21b6adbf79
commit 9770c316e2

View File

@ -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)