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