Move timeline hit object test to immediately viewable area

This commit is contained in:
Dean Herbert 2021-04-13 17:39:12 +09:00
parent 0cf13dab8d
commit fca9c70c1b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public void TestDisallowZeroDurationObjects()
EditorBeatmap.Add(new Spinner
{
Position = new Vector2(256, 256),
StartTime = 150,
StartTime = 2700,
Duration = 500
});
});