btDbvtBroadphase, fixed missed pairs when m_deferred collide was set to false.

This commit is contained in:
id0x1234
2008-09-21 02:21:22 +00:00
parent 8ae3f92859
commit 323df8f85b
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,6 @@ 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_needcleanup; // Need to run cleanup?
bool m_initialize; // Initialization
#if DBVT_BP_PROFILE
btClock m_clock;
struct {