encountered some issue with the btDbvtBroadphase, switch of a deferred collision feature.

This commit is contained in:
erwin.coumans
2008-09-21 01:15:05 +00:00
parent 8db0285d4f
commit 8ae3f92859

View File

@@ -119,7 +119,7 @@ void Process(const btDbvtNode* n)
//
btDbvtBroadphase::btDbvtBroadphase(btOverlappingPairCache* paircache)
{
m_deferedcollide = false;
m_deferedcollide = true;//false;
m_needcleanup = true;
m_releasepaircache = (paircache!=0)?false:true;
m_prediction = 1/(btScalar)2;