Remove zero clamping from HingeJointDrive in Editor

This commit is contained in:
2024-07-30 20:50:34 +03:00
parent 5c97f68331
commit 00960bad36

View File

@@ -38,7 +38,7 @@ API_STRUCT() struct HingeJointDrive
/// <summary> /// <summary>
/// Target velocity of the joint. /// Target velocity of the joint.
/// </summary> /// </summary>
API_FIELD(Attributes="Limit(0)") float Velocity = 0.0f; API_FIELD() float Velocity = 0.0f;
/// <summary> /// <summary>
/// Maximum torque the drive is allowed to apply. /// Maximum torque the drive is allowed to apply.