mirror of
https://github.com/osukey/osukey.git
synced 2025-07-15 15:29:54 +09:00
Fix minor typo in OsuGameBase
This commit is contained in:
@ -229,8 +229,8 @@ namespace osu.Game
|
||||
|
||||
FileStore.Cleanup();
|
||||
|
||||
if (API is APIAccess apiAcces)
|
||||
AddInternal(apiAcces);
|
||||
if (API is APIAccess apiAccess)
|
||||
AddInternal(apiAccess);
|
||||
AddInternal(RulesetConfigCache);
|
||||
|
||||
GlobalActionContainer globalBinding;
|
||||
|
Reference in New Issue
Block a user