Skip to content

Commit

Permalink
Don't obtain DependencyContainer via DI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom94 committed Jul 22, 2017
1 parent a4dfe3f commit dae0f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Screens/Tournament/Drawings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class Drawings : OsuScreen
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;

Expand Down

0 comments on commit dae0f61

Please sign in to comment.