fix a compiling issue

This commit is contained in:
erwin.coumans
2008-09-11 18:22:06 +00:00
parent 4ca3861944
commit 732745d06c
2 changed files with 2 additions and 0 deletions

View File

@@ -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;