Small fix
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user