Use startTime in test

This commit is contained in:
smoogipoo 2020-08-21 12:30:33 +09:00
parent f00bc67aaa
commit dd1f2db175
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ protected override IBeatmap CreateBeatmap(RulesetInfo ruleset)
createObjects(() => new Fruit { X = right_x });
createObjects(() => new TestJuiceStream(left_x), 1);
beatmap.ControlPointInfo.Add(7900, new TimingControlPoint
beatmap.ControlPointInfo.Add(startTime, new TimingControlPoint
{
BeatLength = 50
});