Merge branch 'GoaLitiuM-hingejointdrive_velocity_fix'

This commit is contained in:
Wojtek Figat
2024-08-05 18:25:42 +02:00

View File

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