Update btCollisionDispatcherMt.h

This commit is contained in:
QiaodongCui 2021-10-29 13:25:03 -04:00 committed by GitHub
parent ac3c283842
commit e9d40d0726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ public:
protected:
btAlignedObjectArray<btAlignedObjectArray<btPersistentManifold*> > m_batchManifoldsPtr;
btAlignedObjectArray<btAlignedObjectArray<btPersistentManifold*> > m_batchReleasePtr;
bool m_batchUpdating;
int m_grainSize;
};