cleaning up *Shape constructors

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-24 13:22:05 -04:00
parent 06820210eb
commit 1b14dcaeb8
4 changed files with 4 additions and 9 deletions
+1 -2
View File
@@ -33,9 +33,8 @@ namespace physics
namespace box2d
{
CircleShape::CircleShape(b2CircleShape * c)
: Shape(c)
{
shape = c;
Memoizer::add(shape, this);
}
CircleShape::~CircleShape()