1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 03:33:22 +08:00

Use startTime in test

This commit is contained in:
smoogipoo 2020-08-21 12:30:33 +09:00
parent f00bc67aaa
commit dd1f2db175

View File

@ -68,7 +68,7 @@ namespace osu.Game.Rulesets.Catch.Tests
createObjects(() => new Fruit { X = right_x }); createObjects(() => new Fruit { X = right_x });
createObjects(() => new TestJuiceStream(left_x), 1); createObjects(() => new TestJuiceStream(left_x), 1);
beatmap.ControlPointInfo.Add(7900, new TimingControlPoint beatmap.ControlPointInfo.Add(startTime, new TimingControlPoint
{ {
BeatLength = 50 BeatLength = 50
}); });