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