Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Dec 9, 2024
1 parent 46495e8 commit 4f71f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/resolution.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
;; Second body needs to invert the direction.
(let ((entity (contact-b contact))
(velocity-change (contact-b-velocity-change contact))
(rotation-change (contact-a-rotation-change contact))
(rotation-change (contact-b-rotation-change contact))
(orig-inv-mass (shiftf (contact-a-inverse-mass contact) 0f0)))
(unless (= 0.0 (contact-b-inverse-mass contact))
;; Compute contained impulse here
Expand Down

0 comments on commit 4f71f12

Please sign in to comment.