mirror of
https://github.com/ppy/osu
synced 2025-01-18 12:00:58 +00:00
Add beatmap argument
This commit is contained in:
parent
256fbfe492
commit
5ff890434c
@ -45,7 +45,7 @@ namespace osu.Game.Rulesets.Taiko.Difficulty
|
||||
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[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user