2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 06:27:43 +00:00

Various bug fixes

This commit is contained in:
Jack Andersen
2018-05-26 18:22:38 -10:00
parent 92ed463051
commit cc6d79e280
25 changed files with 182 additions and 46 deletions

View File

@@ -142,7 +142,7 @@ void CPhysicsActor::SetMass(float mass)
tensor = 1.0f / mass;
xec_massRecip = tensor;
SetInertiaTensorScalar(mass * tensor);
SetInertiaTensorScalar(mass / 6.f);
}
void CPhysicsActor::SetAngularVelocityOR(const zeus::CAxisAngle& angVel)