mirror of
https://github.com/osukey/osukey.git
synced 2025-05-24 15:07:20 +09: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…
x
Reference in New Issue
Block a user