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:
parent
f00bc67aaa
commit
dd1f2db175
@ -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
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user