mirror of https://github.com/zeldaret/botw.git
Havok: Fix hkpMotion::getMassInv() return type
This commit is contained in:
parent
56e8fea33c
commit
fa2c98ddd5
|
@ -141,7 +141,7 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
inline hkSimdReal hkpMotion::getMassInv() const {
|
inline hkSimdReal hkpMotion::getMassInv() const {
|
||||||
return m_inertiaAndMassInv(3);
|
return m_inertiaAndMassInv.getW();
|
||||||
}
|
}
|
||||||
|
|
||||||
inline const hkVector4& hkpMotion::getCenterOfMassLocal() const {
|
inline const hkVector4& hkpMotion::getCenterOfMassLocal() const {
|
||||||
|
|
Loading…
Reference in New Issue