mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
Don't obtain DependencyContainer via DI
This commit is contained in:
parent
a4dfe3f1fa
commit
dae0f61b2b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user