Add some ticks

This commit is contained in:
smoogipoo 2018-08-08 11:28:44 +09:00
parent f719b9bef5
commit 6379c70a68
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ private Drawable createNoteDisplay(ScrollingDirection direction)
private Drawable createHoldNoteDisplay(ScrollingDirection direction)
{
var note = new HoldNote { StartTime = 999999999, Duration = 1000 };
var note = new HoldNote { StartTime = 999999999, Duration = 5000 };
note.ApplyDefaults(new ControlPointInfo(), new BeatmapDifficulty());
return new ScrollingTestContainer(direction)