mirror of https://github.com/ppy/osu
Add beatmap argument
This commit is contained in:
parent
256fbfe492
commit
5ff890434c
|
@ -45,7 +45,7 @@ protected override IEnumerable<DifficultyHitObject> CreateDifficultyHitObjects(I
|
|||
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