mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Fixes
This commit is contained in:
@@ -390,7 +390,7 @@ bool Body::isSleepingAllowed() const
|
||||
return body->IsSleepingAllowed();
|
||||
}
|
||||
|
||||
void Body::SetEnabled(bool enabled)
|
||||
void Body::setEnabled(bool enabled)
|
||||
{
|
||||
body->SetEnabled(enabled);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user