mirror of https://github.com/ppy/osu
Add some ticks
This commit is contained in:
parent
f719b9bef5
commit
6379c70a68
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue