From 5da9e37a0597495e47119343e9cde9c82f6be531 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Thu, 26 Nov 2015 12:43:10 -0800 Subject: [PATCH] add BT_DECLARE_ALIGNED_ALLOCATOR() for btTypedConstraint --- src/BulletDynamics/ConstraintSolver/btTypedConstraint.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h b/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h index ea44ae4b4..b55db0c1b 100644 --- a/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h +++ b/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h @@ -66,6 +66,7 @@ enum btConstraintParams ATTRIBUTE_ALIGNED16(struct) btJointFeedback { + BT_DECLARE_ALIGNED_ALLOCATOR(); btVector3 m_appliedForceBodyA; btVector3 m_appliedTorqueBodyA; btVector3 m_appliedForceBodyB;