mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
@@ -38,7 +38,7 @@ namespace box2d
|
||||
{
|
||||
|
||||
Shape::Shape()
|
||||
: shape(NULL)
|
||||
: shape(nullptr)
|
||||
, own(false)
|
||||
{
|
||||
}
|
||||
@@ -58,7 +58,7 @@ Shape::~Shape()
|
||||
Memoizer::remove(shape);
|
||||
delete shape;
|
||||
}
|
||||
shape = 0;
|
||||
shape = nullptr;
|
||||
}
|
||||
|
||||
Shape::Type Shape::getType() const
|
||||
|
||||
Reference in New Issue
Block a user