From 57fe32f8daaff4e6c2713f49cb651893c1766d45 Mon Sep 17 00:00:00 2001 From: Quincy Wofford Date: Sat, 30 Dec 2023 20:08:19 -0700 Subject: [PATCH] corrected tooltip information Roll Influence property of VehicleWheel3D (cherry picked from commit c979d02db27acb3e9c6fbd3dfe68d5f78fb55f62) --- doc/classes/VehicleWheel3D.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/VehicleWheel3D.xml b/doc/classes/VehicleWheel3D.xml index c4ebed84c5a..b110eb29210 100644 --- a/doc/classes/VehicleWheel3D.xml +++ b/doc/classes/VehicleWheel3D.xml @@ -81,7 +81,7 @@ This is the distance in meters the wheel is lowered from its origin point. Don't set this to 0.0 and move the wheel into position, instead move the origin point of your wheel (the gizmo in Godot) to the position the wheel will take when bottoming out, then use the rest length to move the wheel down to the position it should be in when the car is in rest. - This value affects the roll of your vehicle. If set to 1.0 for all wheels, your vehicle will be prone to rolling over, while a value of 0.0 will resist body roll. + This value affects the roll of your vehicle. If set to 1.0 for all wheels, your vehicle will resist body roll, while a value of 0.0 will be prone to rolling over.