Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Alejandro Alonso 2023-04-11 06:52:35 +02:00
commit 4d8f471eca
4 changed files with 17 additions and 11 deletions

View file

@ -44,7 +44,7 @@
(defn left?
[cur cand]
(let [closex? (mth/close? (:x cand) (:x cur))]
(let [closex? (mth/close? (:x cand) (:x cur) 0.01)]
(cond
(and closex? (< (:y cand) (:y cur))) cand
closex? cur