mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Don't obtain DependencyContainer via DI
This commit is contained in:
@ -53,7 +53,7 @@ namespace osu.Game.Screens.Tournament
|
|||||||
dependencies = new DependencyContainer(base.CreateLocalDependencies(parent));
|
dependencies = new DependencyContainer(base.CreateLocalDependencies(parent));
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(TextureStore textures, Storage storage, DependencyContainer dependencies)
|
private void load(TextureStore textures, Storage storage)
|
||||||
{
|
{
|
||||||
this.storage = storage;
|
this.storage = storage;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user