mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 12:50:20 +08:00
Use startTime in test
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user