Update failing snap test scenes

This commit is contained in:
Salman Ahmed
2022-01-23 06:13:56 +03:00
parent 9504942cfd
commit 500322ff21
3 changed files with 17 additions and 1 deletions

View File

@ -61,6 +61,7 @@ namespace osu.Game.Tests.Editing
BeatDivisor.Value = 1;
composer.EditorBeatmap.Difficulty.SliderMultiplier = 1;
composer.EditorBeatmap.BeatmapInfo.DistanceSpacing = 1;
composer.EditorBeatmap.ControlPointInfo.Clear();
composer.EditorBeatmap.ControlPointInfo.Add(0, new TimingControlPoint { BeatLength = 1000 });
});