1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:02:53 +08:00

Add grid to make the test not appear empty

This commit is contained in:
smoogipoo 2019-10-11 17:17:08 +09:00
parent 050d86a741
commit 631f155554

View File

@ -32,6 +32,9 @@ namespace osu.Game.Tests.Visual.Editor
public TestSceneBeatSnapGrid()
{
editorBeatmap = new EditorBeatmap<OsuHitObject>(new OsuBeatmap());
editorBeatmap.ControlPointInfo.TimingPoints.Add(new TimingControlPoint { BeatLength = beat_length });
createGrid();
}
[SetUp]