Fix post-merge errors

This commit is contained in:
smoogipoo
2019-02-19 14:34:02 +09:00
parent 0001b6204b
commit ade5763160
2 changed files with 1 additions and 7 deletions

View File

@ -69,7 +69,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty
new Speed()
};
protected override DifficultyAttributes CreateDifficultyAttributes(Mod[] mods) => new OsuDifficultyAttributes(mods);
protected override DifficultyAttributes CreateDifficultyAttributes() => new OsuDifficultyAttributes();
protected override Mod[] DifficultyAdjustmentMods => new Mod[]
{