Fixed MotorJoint:getType.

This commit is contained in:
Alex Szpakowski
2014-11-14 21:43:22 -04:00
parent 775f816304
commit 78d5db6981
+2
View File
@@ -90,6 +90,8 @@ Joint::Type Joint::getType() const
return JOINT_WHEEL;
case e_ropeJoint:
return JOINT_ROPE;
case e_motorJoint:
return JOINT_MOTOR;
default:
return JOINT_INVALID;
}