mirror of https://github.com/zeldaret/botw.git
Havok: Fix signature of hkpRigidBody::updateCachedShapeInfo
This commit is contained in:
parent
a8f887fdf2
commit
2e756280af
|
@ -99,7 +99,7 @@ public:
|
||||||
inline hkpMotion::MotionType getMotionType() const;
|
inline hkpMotion::MotionType getMotionType() const;
|
||||||
hkpMotion* getStoredDynamicMotion();
|
hkpMotion* getStoredDynamicMotion();
|
||||||
const hkpMotion* getStoredDynamicMotion() const;
|
const hkpMotion* getStoredDynamicMotion() const;
|
||||||
void updateCachedShapeInfo(const hkpShape* shape, hkVector4& extentOut);
|
void updateCachedShapeInfo(const hkVector4& centerOfMassInLocal);
|
||||||
|
|
||||||
inline hkReal getFriction() const;
|
inline hkReal getFriction() const;
|
||||||
inline hkReal getRollingFrictionMultiplier() const;
|
inline hkReal getRollingFrictionMultiplier() const;
|
||||||
|
|
Loading…
Reference in New Issue