mirror of https://github.com/ppy/osu
Move timeline hit object test to immediately viewable area
This commit is contained in:
parent
0cf13dab8d
commit
fca9c70c1b
|
@ -29,7 +29,7 @@ public void TestDisallowZeroDurationObjects()
|
|||
EditorBeatmap.Add(new Spinner
|
||||
{
|
||||
Position = new Vector2(256, 256),
|
||||
StartTime = 150,
|
||||
StartTime = 2700,
|
||||
Duration = 500
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue