1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 14:50:45 +08:00

Use startTime in test

This commit is contained in:
smoogipoo
2020-08-21 12:30:33 +09:00
Unverified
parent f00bc67aaa
commit dd1f2db175
@@ -68,7 +68,7 @@ namespace osu.Game.Rulesets.Catch.Tests
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
});