Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Jan 21, 2025
1 parent 6d2dd7b commit cc9640f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bounds.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@
#+:check-global-bounds-cache-obb
(assert (v/= 0.0 (global-bounds-cache-obb cache)))
(!m*4/3 (global-bounds-cache-aabb cache) matrix (global-bounds-cache-obb cache)))
(setf (global-bounds-cache-dirty-p cache) NIL))
(setf (global-bounds-cache-dirty-p cache) NIL)
cache)

(defmethod global-transform-matrix ((cache global-bounds-cache) &optional target)
(global-transform-matrix (global-bounds-cache-generator cache) target))
Expand Down

0 comments on commit cc9640f

Please # to comment.