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