summaryrefslogtreecommitdiff
path: root/src/BulletSoftBody/btDeformableGravityForce.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BulletSoftBody/btDeformableGravityForce.h')
-rw-r--r--src/BulletSoftBody/btDeformableGravityForce.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/BulletSoftBody/btDeformableGravityForce.h b/src/BulletSoftBody/btDeformableGravityForce.h
index 398662e1f..88d9107e1 100644
--- a/src/BulletSoftBody/btDeformableGravityForce.h
+++ b/src/BulletSoftBody/btDeformableGravityForce.h
@@ -13,7 +13,8 @@
class btDeformableGravityForce : public btDeformableLagrangianForce
{
public:
- using TVStack = btDeformableLagrangianForce::TVStack;
+// using TVStack = btDeformableLagrangianForce::TVStack;
+ typedef btAlignedObjectArray<btVector3> TVStack;
btVector3 m_gravity;
btDeformableGravityForce(const btVector3& g) : m_gravity(g)