mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Add path type test
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user