1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Adjust timing of TestCaseHitObjects a bit.

This commit is contained in:
Dean Herbert 2017-01-24 18:12:02 +09:00
parent a2501cc81d
commit d4e30f65db

View File

@ -42,7 +42,7 @@ namespace osu.Desktop.VisualTests.Tests
{
var h = new HitCircle
{
StartTime = Clock.CurrentTime + 1000 + i * 80,
StartTime = Clock.CurrentTime + 600 + i * 80,
Position = new Vector2((i - count / 2) * 14),
};