Fix comments

This commit is contained in:
Sam Hellawell 2024-05-18 07:55:11 +01:00
parent 3cc2a3ad50
commit 302a64e6e3

View file

@ -143,8 +143,8 @@ namespace MWPhysics
// - Actor is on ground
// - Actor is not flying
// - mIsAquatic is false
// - mMovement is not zero vector
// - mInertia is not a zero vector
// - mMovement is a zero vector
// - mInertia is a zero vector
// This is important to fix #3803 and others
ActorTracer tracer;
if (!actor.mFlying && actor.mIsOnGround && !actor.mIsAquatic && actor.mMovement.length2() == 0