Merge branch 'hingejointdrive_velocity_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-hingejointdrive_velocity_fix
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user