Skip to content

Commit

Permalink
wip6
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeodrippe committed Jan 14, 2025
1 parent b141b4c commit 14e77f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/vybe/flecs_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
w system-desc)))
#_ (ddd (vf/make-world))

#_(vc/defn* default-systems-2 :- :void
(vc/defn* default-systems-2 :- :void
[w :- :*]
(tap> 9998)
(ddd w)
Expand Down Expand Up @@ -279,7 +279,7 @@
transform-parent
(vr.c/matrix-multiply transform-parent)))))

(deftest default-systems-2-test
#_(deftest default-systems-2-test
(let [w (vf/make-world)]
(vf/eid w vt/Translation)
(vf/eid w vt/Rotation)
Expand Down

0 comments on commit 14e77f5

Please sign in to comment.