Keep track of raw pointer returned from btAlignedAlloc when using placement new on an array.
This commit is contained in:
@@ -59,6 +59,7 @@ protected:
|
||||
int m_numHandles; // number of active handles
|
||||
int m_maxHandles; // max number of handles
|
||||
btSimpleBroadphaseProxy* m_pHandles; // handles pool
|
||||
void* m_pHandlesRawPtr;
|
||||
int m_firstFreeHandle; // free handles list
|
||||
int m_firstAllocatedHandle;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user