This commit is contained in:
smoogipoo
2017-11-17 14:26:33 +09:00
parent 7892eefd68
commit ac6213d1fa
9 changed files with 6 additions and 9 deletions

View File

@ -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();
}