From 70d613f91f4ec4541f664ed5e7c2eb690ef3f03b Mon Sep 17 00:00:00 2001 From: oakes Date: Sat, 18 Jan 2014 23:09:09 -0500 Subject: [PATCH] Fix type hint --- src/play_clj/math.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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