adding padding to broadphase proxy, to make it 16 bytes (helps some platforms to run)
This commit is contained in:
@@ -98,6 +98,8 @@ BT_DECLARE_ALIGNED_ALLOCATOR();
|
|||||||
};
|
};
|
||||||
|
|
||||||
int m_uniqueId;//m_uniqueId is introduced for paircache. could get rid of this, by calculating the address offset etc.
|
int m_uniqueId;//m_uniqueId is introduced for paircache. could get rid of this, by calculating the address offset etc.
|
||||||
|
int m_unusedPadding; //making the structure 16 bytes, better for alignment etc.
|
||||||
|
|
||||||
SIMD_FORCE_INLINE int getUid()
|
SIMD_FORCE_INLINE int getUid()
|
||||||
{
|
{
|
||||||
return m_uniqueId;//(int)this;
|
return m_uniqueId;//(int)this;
|
||||||
|
|||||||
Reference in New Issue
Block a user