Skip to content

Commit

Permalink
Fix breaking changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Game4all committed Jul 17, 2022
1 parent 9e46760 commit 122ff96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ protected override IReadOnlyDependencyContainer CreateChildDependencies(IReadOnl
container.Cache(ruleset);
container.Cache(config = (GamebosuConfigManager)container.Get<IRulesetConfigCache>().GetConfigFor(ruleset));

container.Get<TextureStore>().AddStore(new TextureLoaderStore(ruleset.CreateResourceStore()));
container.Get<TextureStore>().AddTextureSource(new TextureLoaderStore(ruleset.CreateResourceStore()));

container.Cache(new RomStore(container.Get<Storage>()));

Expand Down

0 comments on commit 122ff96

Please sign in to comment.