From f99ba4e52f308db9ba946fc9d30109d4d22d7efa Mon Sep 17 00:00:00 2001 From: Irlan Date: Mon, 6 Mar 2017 13:37:15 -0300 Subject: [PATCH] typo --- include/bounce/dynamics/joints/weld_joint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bounce/dynamics/joints/weld_joint.h b/include/bounce/dynamics/joints/weld_joint.h index 96c1490..959334e 100644 --- a/include/bounce/dynamics/joints/weld_joint.h +++ b/include/bounce/dynamics/joints/weld_joint.h @@ -44,7 +44,7 @@ struct b3WeldJointDef : public b3JointDef b3Quat relativeRotation; }; -// A weld joint removes the relative rotation between two bodies. +// A weld joint removes the relative movement between two bodies. // You need to specify the relative rotation and the local anchor points. // @todo Soft this constraint. class b3WeldJoint : public b3Joint