center the gripper

fix collision issue, introduced in previous commit (uninitialized new variable)
This commit is contained in:
erwincoumans
2016-11-09 22:14:04 -08:00
parent 6661b8d977
commit b16d9abddd
2 changed files with 23 additions and 4 deletions

View File

@@ -96,6 +96,7 @@ btManifoldResult::btManifoldResult(const btCollisionObjectWrapper* body0Wrap,con
m_index0(-1),
m_index1(-1)
#endif //DEBUG_PART_INDEX
, m_closestPointDistanceThreshold(0)
{
}