Remove IBeatmap from PerformanceCalculator.

This commit is contained in:
Lucas A
2020-10-02 19:24:30 +02:00
parent b1e7a5113e
commit 0163688a17
10 changed files with 16 additions and 19 deletions

View File

@ -25,8 +25,8 @@ namespace osu.Game.Rulesets.Catch.Difficulty
private int tinyTicksMissed;
private int misses;
public CatchPerformanceCalculator(Ruleset ruleset, WorkingBeatmap beatmap, ScoreInfo score)
: base(ruleset, beatmap, score)
public CatchPerformanceCalculator(Ruleset ruleset, DifficultyAttributes attributes, ScoreInfo score)
: base(ruleset, attributes, score)
{
}