diff --git a/src/thi/ng/geom/physics/core.cljc b/src/thi/ng/geom/physics/core.cljc index eac24690..4d8e302a 100644 --- a/src/thi/ng/geom/physics/core.cljc +++ b/src/thi/ng/geom/physics/core.cljc @@ -275,7 +275,7 @@ ([pos weight] (particle pos weight false)) ([pos weight lock?] - (VerletParticle. pos (g/clear* pos) (g/clear* pos) lock? nil nil (/ 1.0 weight) nil))) + (VerletParticle. pos pos (g/clear* pos) lock? nil nil (/ 1.0 weight) nil))) (defn spring [a b rlen strength]