mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 06:42:56 +08:00
Add some ticks
This commit is contained in:
parent
f719b9bef5
commit
6379c70a68
@ -71,7 +71,7 @@ namespace osu.Game.Rulesets.Mania.Tests
|
||||
|
||||
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
Block a user