mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 12:45:09 +08:00
Remove excess newline
This commit is contained in:
parent
ebb3fd8200
commit
d6a2fe6891
@ -75,7 +75,6 @@ namespace osu.Game.Rulesets.Mania.Difficulty
|
||||
|
||||
protected override IEnumerable<DifficultyHitObject> CreateDifficultyHitObjects(IBeatmap beatmap, double clockRate)
|
||||
{
|
||||
|
||||
for (int i = 1; i < beatmap.HitObjects.Count; i++)
|
||||
yield return new ManiaDifficultyHitObject(beatmap.HitObjects[i], beatmap.HitObjects[i - 1], clockRate);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user