mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Updated box2d from 2.2.1 to 2.3.0
--HG-- branch : box2d-2.3
This commit is contained in:
@@ -51,6 +51,7 @@ StringMap<Joint::Type, Joint::JOINT_MAX_ENUM>::Entry Joint::typeEntries[] =
|
||||
{"weld", Joint::JOINT_WELD},
|
||||
{"wheel", Joint::JOINT_WHEEL},
|
||||
{"rope", Joint::JOINT_ROPE},
|
||||
{"motor", Joint::JOINT_MOTOR},
|
||||
};
|
||||
|
||||
StringMap<Joint::Type, Joint::JOINT_MAX_ENUM> Joint::types(Joint::typeEntries, sizeof(Joint::typeEntries));
|
||||
|
||||
Reference in New Issue
Block a user