mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Fix incorrect initialisation order causing mania key bindings to not work
This commit is contained in:
parent
cfd25693ce
commit
e834e0e958
@ -75,7 +75,11 @@ namespace osu.Game.Rulesets.UI
|
||||
internal RulesetContainer(Ruleset ruleset)
|
||||
{
|
||||
Ruleset = ruleset;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
KeyBindingInputManager = CreateInputManager();
|
||||
KeyBindingInputManager.RelativeSizeAxes = Axes.Both;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user