fix a compiling issue
This commit is contained in:
@@ -116,6 +116,7 @@ btDbvtBroadphase::btDbvtBroadphase(btOverlappingPairCache* paircache)
|
||||
{
|
||||
m_initialize = true;
|
||||
m_deferedcollide = true;
|
||||
m_predictedframes = 2;
|
||||
m_needcleanup = true;
|
||||
m_releasepaircache = (paircache!=0)?false:true;
|
||||
m_prediction = 1/(btScalar)2;
|
||||
|
||||
Reference in New Issue
Block a user