1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Actually register the RulesetConfigCache as a component

This commit is contained in:
Dean Herbert 2019-09-06 01:13:58 +09:00
parent dafe9da851
commit 5b094f8e1d

View File

@ -207,6 +207,7 @@ namespace osu.Game
FileStore.Cleanup();
AddInternal(API);
AddInternal(RulesetConfigCache);
GlobalActionContainer globalBinding;