Fixed a bug

This commit is contained in:
Diren D Bharwani 2022-11-17 12:20:28 +08:00
parent c967f9355f
commit 18218443ec
1 changed files with 0 additions and 2 deletions

View File

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