mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Remove game dependency.
This commit is contained in:
@ -48,7 +48,7 @@ namespace osu.Game.Screens.Tournament
|
|||||||
private Storage storage;
|
private Storage storage;
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(Framework.Game game, TextureStore textures, Storage storage)
|
private void load(TextureStore textures, Storage storage)
|
||||||
{
|
{
|
||||||
this.storage = storage;
|
this.storage = storage;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user