mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Switched get/setMeter from being a World method to a love.physics function
--HG-- branch : box2d-update
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user