ASSERT instead of assert,

removed unused padding in rigidbody (was it 4500 bytes, now 500 bytes)
This commit is contained in:
ejcoumans
2006-06-25 16:38:32 +00:00
parent 09aeefe029
commit 8376da46a6
2 changed files with 8 additions and 6 deletions

View File

@@ -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;
};