Fixed Fixture:getType crashing

This commit is contained in:
Alex Szpakowski
2013-08-11 17:32:12 -03:00
parent 66a773d2a7
commit 2561ace2d6
+1 -1
View File
@@ -76,7 +76,7 @@ Fixture::~Fixture()
Shape::Type Fixture::getType() const
{
return Shape(fixture->GetShape()).getType();
return Shape(fixture->GetShape(), false).getType();
}
void Fixture::setFriction(float friction)