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