initialize m_useSelfCollision

This commit is contained in:
Xuchen Han
2019-10-24 15:28:21 -07:00
parent 270028363b
commit 23dbea16f3
3 changed files with 4 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ void btSoftBody::initDefaults()
m_dampingCoefficient = 1;
m_sleepingThreshold = 0.1;
m_useFaceContact = false;
m_useSelfCollision = false;
m_collisionFlags = 0;
}