Code review feedback

This commit is contained in:
Iain Mckay
2021-12-14 17:02:33 +01:00
parent a4e102672d
commit 87c2aefe03
9 changed files with 13 additions and 16 deletions

View File

@@ -503,7 +503,7 @@ void Physics::FlushRequestsAll()
scene->FlushRequests();
}
void Physics::RemoveJointAll(Joint* joint)
void Physics::RemoveJoint(Joint* joint)
{
for (auto scene : Scenes)
scene->RemoveJoint(joint);