mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Remove unneccessary ruleset parameter
This commit is contained in:
@ -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}");
|
||||
|
||||
|
Reference in New Issue
Block a user