InputManager -> Container where KeyBindings are involved

This commit is contained in:
smoogipoo
2018-01-30 14:49:12 +09:00
parent 445af2ba7a
commit ef3fb8c05a
7 changed files with 13 additions and 13 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Overlays
protected override Drawable CreateHeader() => new SettingsHeader("key configuration", "Customise your keys!");
[BackgroundDependencyLoader(permitNulls: true)]
private void load(RulesetStore rulesets, GlobalKeyBindingInputManager global)
private void load(RulesetStore rulesets, GlobalKeyBindingContainer global)
{
AddSection(new GlobalKeyBindingsSection(global));