Remove zero clamping from HingeJointDrive in Editor
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user