mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 07:47:25 +08: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