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

@@ -84,6 +84,7 @@ int m_cid; // Cleanup index
int m_gid; // Gen id
bool m_releasepaircache; // Release pair cache on delete
bool m_deferedcollide; // Defere dynamic/static collision to collide call
int m_predictedframes; // Nathanael?
bool m_needcleanup; // Need to run cleanup?
bool m_initialize; // Initialization
#if DBVT_BP_PROFILE