DbvtBroadphase, fixed slow initialization issue.

This commit is contained in:
id0x1234
2008-09-11 11:41:10 +00:00
parent 147b6c8975
commit afcfcb0a5d
2 changed files with 9 additions and 2 deletions

View File

@@ -82,6 +82,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
bool m_initialize; // Initialization
#if DBVT_BP_PROFILE
btClock m_clock;
struct {