diff --git a/src/bounce/cloth/particle.cpp b/src/bounce/cloth/particle.cpp index 1b3fa6f..aa0bc67 100644 --- a/src/bounce/cloth/particle.cpp +++ b/src/bounce/cloth/particle.cpp @@ -75,4 +75,6 @@ void b3Particle::SetType(b3ParticleType type) m_velocity.SetZero(); m_translation.SetZero(); } + + m_bodyContact.active = false; } \ No newline at end of file