mirror of
https://github.com/osukey/osukey.git
synced 2025-06-14 07:47:59 +09:00
Remove unneccessary ruleset parameter
This commit is contained in:
parent
d38db6eace
commit
c6d46129ad
@ -203,7 +203,7 @@ namespace osu.Game.Tournament.Components
|
|||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(TextureStore textures, IBindable<RulesetInfo> ruleset)
|
private void load(TextureStore textures)
|
||||||
{
|
{
|
||||||
var texture = textures.Get($"mods/{Mod}");
|
var texture = textures.Get($"mods/{Mod}");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user