mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Remove game dependency.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user