mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fixed MotorJoint:getType.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user