mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 10:42:54 +08:00
Remove unused parameter.
This commit is contained in:
parent
d8154f8cad
commit
4cf7a64636
@ -176,7 +176,7 @@ namespace osu.Game.Overlays
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours, APIAccess api, RulesetStore rulesets, BeatmapManager beatmaps)
|
||||
private void load(OsuColour colours, APIAccess api, RulesetStore rulesets)
|
||||
{
|
||||
this.api = api;
|
||||
this.rulesets = rulesets;
|
||||
|
Loading…
Reference in New Issue
Block a user