Skip to content

Commit

Permalink
w and h are now unused in generate-circles
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Nov 30, 2023
1 parent 53cae70 commit 6d2be94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shimmers/sketches/inside_outside.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(conj existing candidate))))
[]))

(defn generate-circles [{[w h] :size :as bounds} seeds R max-candidates boxes]
(defn generate-circles [bounds seeds R max-candidates boxes]
(reduce
(fn [circles pct]
(let [radius (* R pct)
Expand Down

0 comments on commit 6d2be94

Please sign in to comment.