mirror of
https://github.com/zeldaret/botw
synced 2026-08-11 11:32:48 -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