diff --git a/src/BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuContactResult.cpp b/src/BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuContactResult.cpp index bd71373cf..8584e74c1 100644 --- a/src/BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuContactResult.cpp +++ b/src/BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuContactResult.cpp @@ -102,12 +102,12 @@ bool ManifoldResultAddContactPoint(const btVector3& normalOnBInWorld, #ifdef DEBUG_SPU_COLLISION_DETECTION spu_printf("SPU: contactTreshold %f\n",contactTreshold); #endif //DEBUG_SPU_COLLISION_DETECTION - //if (depth > manifoldPtr->getContactBreakingThreshold()) - // return false; - - if (depth > manifoldPtr->getContactProcessingThreshold()) + if (depth > manifoldPtr->getContactBreakingThreshold()) return false; + //if (depth > manifoldPtr->getContactProcessingThreshold()) + // return false; + btVector3 pointA;