mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-26 23:05:38 +00:00
fix malformed addfeildV
This commit is contained in:
parent
a30eac9a2b
commit
28603655a5
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ void WheeledVehicleTire::initPersistFields()
|
|||
"Tire friction when the wheel is slipping (no traction)." );
|
||||
addFieldV( "restitution", TypeRangedF32, Offset(restitution, WheeledVehicleTire), &CommonValidators::PositiveFloat,
|
||||
"Tire restitution.\nCurrently unused." );
|
||||
addFieldV( "lateralForce", TypeRangedF32, Offset(lateralForce, WheeledVehicleTire, &CommonValidators::PositiveFloat), &CommonValidators::PositiveFloat,
|
||||
addFieldV( "lateralForce", TypeRangedF32, Offset(lateralForce, WheeledVehicleTire), &CommonValidators::PositiveFloat,
|
||||
"@brief Tire force perpendicular to the direction of movement.\n\n"
|
||||
"Lateral force can in simple terms be considered left/right steering "
|
||||
"force. WheeledVehicles are acted upon by forces generated by their tires "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue