1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 10:47:28 +08:00

Add beatmap argument

This commit is contained in:
smoogipoo 2019-02-19 17:57:29 +09:00
parent 256fbfe492
commit 5ff890434c

View File

@ -45,7 +45,7 @@ namespace osu.Game.Rulesets.Taiko.Difficulty
yield return new TaikoDifficultyHitObject(beatmap.HitObjects[i], beatmap.HitObjects[i - 1], clockRate); yield return new TaikoDifficultyHitObject(beatmap.HitObjects[i], beatmap.HitObjects[i - 1], clockRate);
} }
protected override Skill[] CreateSkills() => new Skill[] { new Strain() }; protected override Skill[] CreateSkills(IBeatmap beatmap) => new Skill[] { new Strain() };
protected override Mod[] DifficultyAdjustmentMods => new Mod[] protected override Mod[] DifficultyAdjustmentMods => new Mod[]
{ {