Update tests to use more correct control point definitions

This commit is contained in:
Dean Herbert
2021-09-06 22:04:51 +09:00
parent eabca016d4
commit 1952ebece9
6 changed files with 11 additions and 8 deletions

View File

@ -56,8 +56,6 @@ namespace osu.Game.Tests.Editing
composer.EditorBeatmap.BeatmapInfo.BaseDifficulty.SliderMultiplier = 1;
composer.EditorBeatmap.ControlPointInfo.Clear();
composer.EditorBeatmap.ControlPointInfo.Add(0, new DifficultyControlPoint { SliderVelocity = 1 });
composer.EditorBeatmap.ControlPointInfo.Add(0, new TimingControlPoint { BeatLength = 1000 });
});