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:
parent
a2501cc81d
commit
d4e30f65db
@ -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),
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user