From 2e756280aff32448549bd5399c93579474227fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Wed, 12 Jan 2022 12:42:28 +0100 Subject: [PATCH] Havok: Fix signature of hkpRigidBody::updateCachedShapeInfo --- lib/hkStubs/Havok/Physics2012/Dynamics/Entity/hkpRigidBody.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;