Don't obtain DependencyContainer via DI

This commit is contained in:
Thomas Müller 2017-07-22 11:09:13 +02:00
parent a4dfe3f1fa
commit dae0f61b2b

View File

@ -53,7 +53,7 @@ namespace osu.Game.Screens.Tournament
dependencies = new DependencyContainer(base.CreateLocalDependencies(parent));
[BackgroundDependencyLoader]
private void load(TextureStore textures, Storage storage, DependencyContainer dependencies)
private void load(TextureStore textures, Storage storage)
{
this.storage = storage;