mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Shorten variable names
This commit is contained in:
@ -170,7 +170,7 @@ namespace osu.Game
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(ReadableKeyCombinationProvider readableKeyCombinationProvider)
|
||||
private void load(ReadableKeyCombinationProvider keyCombinationProvider)
|
||||
{
|
||||
try
|
||||
{
|
||||
@ -309,7 +309,7 @@ namespace osu.Game
|
||||
|
||||
base.Content.Add(CreateScalingContainer().WithChildren(mainContent));
|
||||
|
||||
KeyBindingStore = new RealmKeyBindingStore(realmFactory, readableKeyCombinationProvider);
|
||||
KeyBindingStore = new RealmKeyBindingStore(realmFactory, keyCombinationProvider);
|
||||
KeyBindingStore.Register(globalBindings, RulesetStore.AvailableRulesets);
|
||||
|
||||
dependencies.Cache(globalBindings);
|
||||
|
Reference in New Issue
Block a user