1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 03:25:11 +08:00

Add path type test

This commit is contained in:
Naxess 2021-03-22 15:59:45 +01:00
parent 067178e537
commit 3bddc4a75d

View File

@ -290,6 +290,7 @@ namespace osu.Game.Rulesets.Osu.Tests.Editor
assertPlaced(true);
assertControlPointCount(3);
assertControlPointType(0, PathType.Bezier);
// Will be > 10000 if not falling back to Bezier path calc.
assertLength(218.8901f);
}