Merge pull request #538 from erwincoumans/master

add BT_DECLARE_ALIGNED_ALLOCATOR() for btTypedConstraint
This commit is contained in:
erwincoumans
2015-12-01 18:58:31 -08:00

View File

@@ -66,6 +66,7 @@ enum btConstraintParams
ATTRIBUTE_ALIGNED16(struct) btJointFeedback
{
BT_DECLARE_ALIGNED_ALLOCATOR();
btVector3 m_appliedForceBodyA;
btVector3 m_appliedTorqueBodyA;
btVector3 m_appliedForceBodyB;