Small fix

This commit is contained in:
ruan
2024-01-21 10:42:55 -04:00
parent afe9b15899
commit e5160f2885

View File

@@ -134,7 +134,7 @@ API_CLASS(Attributes="ActorContextMenu(\"New/Physics/Wheeled Vehicle\"), ActorTo
/// <summary> /// <summary>
/// Gets or sets the drive mode, used by vehicles specify the way of the tracks control. /// Gets or sets the drive mode, used by vehicles specify the way of the tracks control.
/// </summary> /// </summary>
API_FIELD(Attributes="EditorOrder(0), EditorDisplay(\"Tanks\")") WheeledVehicle::DriveModes DriveMode; API_FIELD(Attributes="EditorOrder(0), EditorDisplay(\"Tanks\")") WheeledVehicle::DriveModes DriveMode = WheeledVehicle::DriveModes::Standard;
/// <summary> /// <summary>
/// Acceleration input sensitive. /// Acceleration input sensitive.