This commit is contained in:
Garrett Brown
2020-08-16 19:01:59 -04:00
parent 59a1a4b2cd
commit 09db462fd6
16 changed files with 111 additions and 124 deletions
+1 -1
View File
@@ -390,7 +390,7 @@ bool Body::isSleepingAllowed() const
return body->IsSleepingAllowed();
}
void Body::SetEnabled(bool enabled)
void Body::setEnabled(bool enabled)
{
body->SetEnabled(enabled);
}