mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 02:46:43 +08:00
Remove game dependency.
This commit is contained in:
parent
d96345e408
commit
3ae55933c4
@ -48,7 +48,7 @@ namespace osu.Game.Screens.Tournament
|
||||
private Storage storage;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(Framework.Game game, TextureStore textures, Storage storage)
|
||||
private void load(TextureStore textures, Storage storage)
|
||||
{
|
||||
this.storage = storage;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user