Fixed various Physics bugs #217

Merged
direnbharwani merged 14 commits from SP3-2-Physics into main 2022-11-17 17:13:02 +08:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 18218443ec - Show all commits

View File

@ -126,8 +126,6 @@ namespace SHADE
rp3dBody->updateLocalCenterOfMassFromColliders();
rp3dBody->updateLocalInertiaTensorFromColliders();
SyncColliders(*colliderComponent);
return index;
}