Skip to content

Commit 775633a

Browse files
authored
update comments
1 parent 91c63bb commit 775633a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CarAI/Scripts/CarAI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ void ApplySteering() // Applies steering to the Current waypoint
284284
frontRight.steerAngle = SteeringAngle;
285285
}
286286

287-
void Movement() // moves the car forward and backward depending on the input
287+
void Movement() // moves the car forward and backward depending on the value of MovementTorque
288288
{
289289
if (move == true && allowMovement == true)
290290
allowMovement = true;

0 commit comments

Comments
 (0)