mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
Expose love.physics.getDistance
--HG-- branch : box2d-update
This commit is contained in:
@@ -310,6 +310,7 @@ namespace box2d
|
|||||||
{ "newWeldJoint", w_newWeldJoint },
|
{ "newWeldJoint", w_newWeldJoint },
|
||||||
{ "newWheelJoint", w_newWheelJoint },
|
{ "newWheelJoint", w_newWheelJoint },
|
||||||
{ "newRopeJoint", w_newRopeJoint },
|
{ "newRopeJoint", w_newRopeJoint },
|
||||||
|
{ "getDistance", w_getDistance },
|
||||||
{ "getMeter", w_getMeter },
|
{ "getMeter", w_getMeter },
|
||||||
{ "setMeter", w_setMeter },
|
{ "setMeter", w_setMeter },
|
||||||
{ 0, 0 },
|
{ 0, 0 },
|
||||||
|
|||||||
Reference in New Issue
Block a user