mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
CI fixes
This commit is contained in:
@ -14,7 +14,7 @@ namespace osu.Game.Rulesets.Catch
|
||||
{
|
||||
}
|
||||
|
||||
public override double Calculate(Dictionary<string, string> categoryDifficulty) => 0;
|
||||
public override double Calculate(Dictionary<string, string> categoryDifficulty = null) => 0;
|
||||
|
||||
protected override BeatmapConverter<CatchBaseHit> CreateBeatmapConverter() => new CatchBeatmapConverter();
|
||||
}
|
||||
|
Reference in New Issue
Block a user