diff --git a/lib/hkStubs/Havok/Physics2012/Dynamics/Entity/hkpRigidBody.h b/lib/hkStubs/Havok/Physics2012/Dynamics/Entity/hkpRigidBody.h index f68fd8f1..f2198f1f 100644 --- a/lib/hkStubs/Havok/Physics2012/Dynamics/Entity/hkpRigidBody.h +++ b/lib/hkStubs/Havok/Physics2012/Dynamics/Entity/hkpRigidBody.h @@ -99,7 +99,7 @@ public: inline hkpMotion::MotionType getMotionType() const; hkpMotion* getStoredDynamicMotion(); const hkpMotion* getStoredDynamicMotion() const; - void updateCachedShapeInfo(const hkpShape* shape, hkVector4& extentOut); + void updateCachedShapeInfo(const hkVector4& centerOfMassInLocal); inline hkReal getFriction() const; inline hkReal getRollingFrictionMultiplier() const;