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]