Browse Source

Expose love.physics.getDistance

--HG--
branch : box2d-update
Bill Meltsner 14 years ago
parent
commit
56ce9a2e17
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/modules/physics/box2d/wrap_Physics.cpp

+ 1 - 0
src/modules/physics/box2d/wrap_Physics.cpp

@@ -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 },