ASSERT instead of assert,
removed unused padding in rigidbody (was it 4500 bytes, now 500 bytes)
This commit is contained in:
@@ -254,6 +254,7 @@ public:
|
||||
m_broadphaseProxy = broadphaseProxy;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// for ode solver-binding
|
||||
dMatrix3 m_R;//temp
|
||||
@@ -261,10 +262,11 @@ public:
|
||||
dMatrix3 m_invI;
|
||||
|
||||
int m_odeTag;
|
||||
float m_padding[1024];
|
||||
|
||||
SimdVector3 m_tacc;//temp
|
||||
SimdVector3 m_facc;
|
||||
|
||||
|
||||
|
||||
|
||||
int m_debugBodyId;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user