mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:07:52 +08:00
Merge pull request #9137 from peppy/fix-gamebase-typo
Fix minor typo in OsuGameBase
This commit is contained in:
commit
9b277d52e5
@ -229,8 +229,8 @@ namespace osu.Game
|
|||||||
|
|
||||||
FileStore.Cleanup();
|
FileStore.Cleanup();
|
||||||
|
|
||||||
if (API is APIAccess apiAcces)
|
if (API is APIAccess apiAccess)
|
||||||
AddInternal(apiAcces);
|
AddInternal(apiAccess);
|
||||||
AddInternal(RulesetConfigCache);
|
AddInternal(RulesetConfigCache);
|
||||||
|
|
||||||
GlobalActionContainer globalBinding;
|
GlobalActionContainer globalBinding;
|
||||||
|
Loading…
Reference in New Issue
Block a user