mirror of
https://github.com/zeldaret/botw
synced 2026-06-26 17:52:07 -04:00
Havok: Fix signature of hkpRigidBody::updateCachedShapeInfo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user