We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e49a65c + 41cbf68 commit 258ce7aCopy full SHA for 258ce7a
src/engine/PhysicsWorld.cpp
@@ -728,9 +728,6 @@ void PhysicsWorld::createIslands() {
728
// If the body is static, we go to the next body
729
if (mRigidBodyComponents.mBodyTypes[b] == BodyType::STATIC) continue;
730
731
- // If the body does not have any simulation collider, we skip it
732
- if (!mBodyComponents.getHasSimulationCollider(mRigidBodyComponents.mRigidBodies[b]->getEntity())) continue;
733
-
734
// Reset the stack of bodies to visit
735
bodyEntitiesToVisit.clear();
736
0 commit comments