Skip to content

Commit

Permalink
Wow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Jan 3, 2024
1 parent d845fd4 commit f770180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/primitives.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@
(loop for i from 0 below (length verts) by 3
do (setf (vx vert) (aref verts (+ i 0)))
(setf (vy vert) (aref verts (+ i 1)))
(setf (vy vert) (aref verts (+ i 2)))
(setf (vz vert) (aref verts (+ i 2)))
(let ((dist (v. vert dir)))
(when (< furthest dist)
(setf furthest dist)
Expand Down

0 comments on commit f770180

Please sign in to comment.