mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 06:54:18 -04:00
Havok: Fix hkpMotion::getMassInv() return type
This commit is contained in:
@@ -141,7 +141,7 @@ public:
|
||||
};
|
||||
|
||||
inline hkSimdReal hkpMotion::getMassInv() const {
|
||||
return m_inertiaAndMassInv(3);
|
||||
return m_inertiaAndMassInv.getW();
|
||||
}
|
||||
|
||||
inline const hkVector4& hkpMotion::getCenterOfMassLocal() const {
|
||||
|
||||
Reference in New Issue
Block a user