minor issues, don't inline a out-of-line method, reorder members
This commit is contained in:
@@ -52,10 +52,10 @@ ATTRIBUTE_ALIGNED16( class) btPersistentManifold
|
||||
/// void* will allow any rigidbody class
|
||||
void* m_body0;
|
||||
void* m_body1;
|
||||
btScalar m_contactBreakingThreshold;
|
||||
|
||||
int m_cachedPoints;
|
||||
|
||||
btScalar m_contactBreakingThreshold;
|
||||
|
||||
|
||||
/// sort cached points so most isolated points come first
|
||||
int sortCachedPoints(const btManifoldPoint& pt);
|
||||
|
||||
Reference in New Issue
Block a user