mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Fixed Fixture:getType crashing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user