Fixed SIMD compilation issues under msvc 7

This commit is contained in:
id0x1234
2008-09-12 02:31:43 +00:00
parent c435f6f65c
commit 670d7d94fc
3 changed files with 12 additions and 8 deletions

View File

@@ -84,7 +84,6 @@ 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