diff --git a/src/play_clj/math.clj b/src/play_clj/math.clj index 65dda82..ee572b9 100644 --- a/src/play_clj/math.clj +++ b/src/play_clj/math.clj @@ -88,7 +88,7 @@ (defmacro catmull-rom-spline! [object k & options] - `(u/call! ^BSpline ~object ~k ~@options)) + `(u/call! ^CatmullRomSpline ~object ~k ~@options)) ; circle