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