Fix type hint
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
|
|
||||||
(defmacro catmull-rom-spline!
|
(defmacro catmull-rom-spline!
|
||||||
[object k & options]
|
[object k & options]
|
||||||
`(u/call! ^BSpline ~object ~k ~@options))
|
`(u/call! ^CatmullRomSpline ~object ~k ~@options))
|
||||||
|
|
||||||
; circle
|
; circle
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user