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

Add a TickDistance to TestCaseHitObjects.

This commit is contained in:
Dean Herbert 2017-02-16 13:20:40 +09:00
parent 6c9fe544b2
commit c90f5e247d
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -75,6 +75,7 @@ namespace osu.Desktop.VisualTests.Tests
Length = 400, Length = 400,
Position = new Vector2(-200, 0), Position = new Vector2(-200, 0),
Velocity = 1, Velocity = 1,
TickDistance = 100,
})); }));
break; break;
case HitObjectType.Spinner: case HitObjectType.Spinner: