ProcessWheel bug

This commit is contained in:
aap 2021-01-12 22:58:50 +01:00
parent 0afa027ab4
commit 8858df2185
1 changed files with 1 additions and 1 deletions

View File

@ -913,7 +913,7 @@ CVehicle::ProcessWheel(CVector &wheelFwd, CVector &wheelRight, CVector &wheelCon
float turnImpulse = turnSpeed*GetMass(wheelContactPoint, turnDirection);
ApplyMoveForce(impulse * direction);
ApplyTurnForce(turnImpulse * direction, wheelContactPoint);
ApplyTurnForce(turnImpulse * turnDirection, wheelContactPoint);
}
}