We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c63bb commit 775633aCopy full SHA for 775633a
CarAI/Scripts/CarAI.cs
@@ -284,7 +284,7 @@ void ApplySteering() // Applies steering to the Current waypoint
284
frontRight.steerAngle = SteeringAngle;
285
}
286
287
- void Movement() // moves the car forward and backward depending on the input
+ void Movement() // moves the car forward and backward depending on the value of MovementTorque
288
{
289
if (move == true && allowMovement == true)
290
allowMovement = true;
0 commit comments