Switched get/setMeter from being a World method to a love.physics function

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-15 16:13:54 -04:00
parent 1fa99d022a
commit e69cafe868
22 changed files with 270 additions and 256 deletions
+1 -3
View File
@@ -44,8 +44,6 @@ namespace box2d
**/
class Shape : public love::physics::Shape
{
private:
World * world; // We need a reference for scaling up/down
protected:
@@ -57,7 +55,7 @@ namespace box2d
/**
* Creates a Shape.
**/
Shape(World * world);
Shape();
virtual ~Shape();