Fix a little typo

This commit is contained in:
Kotik Andreev 2016-10-31 01:45:44 +03:00 committed by GitHub
parent f01389ded2
commit bc34d0129e

View File

@ -48,7 +48,7 @@ public:
virtual void getBoundingSphere(btVector3& center,btScalar& radius) const;
///getAngularMotionDisc returns the maximus radius needed for Conservative Advancement to handle time-of-impact with rotations.
///getAngularMotionDisc returns the maximum radius needed for Conservative Advancement to handle time-of-impact with rotations.
virtual btScalar getAngularMotionDisc() const;
virtual btScalar getContactBreakingThreshold(btScalar defaultContactThresholdFactor) const;