mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
DistanceJoint:getType now returns "distance" instead of "circle"
This commit is contained in:
@@ -40,11 +40,11 @@ namespace physics
|
||||
|
||||
StringMap<Joint::Type, Joint::JOINT_MAX_ENUM>::Entry Joint::typeEntries[] =
|
||||
{
|
||||
{"circle", Joint::JOINT_DISTANCE},
|
||||
{"revolute", Joint::JOINT_REVOLUTE},
|
||||
{"prismatic", Joint::JOINT_PRISMATIC},
|
||||
{"mouse", Joint::JOINT_MOUSE},
|
||||
{"pulley", Joint::JOINT_PULLEY},
|
||||
{"distance", Joint::JOINT_DISTANCE},
|
||||
{"revolute", Joint::JOINT_REVOLUTE},
|
||||
{"prismatic", Joint::JOINT_PRISMATIC},
|
||||
{"mouse", Joint::JOINT_MOUSE},
|
||||
{"pulley", Joint::JOINT_PULLEY},
|
||||
{"gear", Joint::JOINT_GEAR},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user