mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
cleaning up *Shape constructors
--HG-- branch : box2d-update
This commit is contained in:
@@ -34,9 +34,8 @@ namespace physics
|
||||
namespace box2d
|
||||
{
|
||||
PolygonShape::PolygonShape(b2PolygonShape * p)
|
||||
: Shape(p)
|
||||
{
|
||||
shape = p;
|
||||
Memoizer::add(shape, this);
|
||||
}
|
||||
|
||||
PolygonShape::~PolygonShape()
|
||||
|
||||
Reference in New Issue
Block a user