Revert "Havok: Fix signature of hkpRigidBody::updateCachedShapeInfo"

This reverts commit 2e756280af.

I mistook hkpRigidBody::updateCachedShapeInfo for hkpRigidBody::setCenterOfMassLocal.
This commit is contained in:
Léo Lam 2022-01-13 13:08:46 +01:00
parent cd75ca724a
commit e6fe634578
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public:
inline hkpMotion::MotionType getMotionType() const;
hkpMotion* getStoredDynamicMotion();
const hkpMotion* getStoredDynamicMotion() const;
void updateCachedShapeInfo(const hkVector4& centerOfMassInLocal);
void updateCachedShapeInfo(const hkpShape* shape, hkVector4& extentOut);
inline hkReal getFriction() const;
inline hkReal getRollingFrictionMultiplier() const;