add BT_DECLARE_ALIGNED_ALLOCATOR() for btTypedConstraint

This commit is contained in:
Erwin Coumans
2015-11-26 12:43:10 -08:00
parent 4c88681479
commit 5da9e37a05

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;