diff --git a/Source/Engine/Physics/Joints/HingeJoint.h b/Source/Engine/Physics/Joints/HingeJoint.h
index 860a6544b..21f5026e4 100644
--- a/Source/Engine/Physics/Joints/HingeJoint.h
+++ b/Source/Engine/Physics/Joints/HingeJoint.h
@@ -38,7 +38,7 @@ API_STRUCT() struct HingeJointDrive
///
/// Target velocity of the joint.
///
- API_FIELD(Attributes="Limit(0)") float Velocity = 0.0f;
+ API_FIELD() float Velocity = 0.0f;
///
/// Maximum torque the drive is allowed to apply.