diff options
Diffstat (limited to 'thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpring2Constraint.h')
| -rw-r--r-- | thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpring2Constraint.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpring2Constraint.h b/thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpring2Constraint.h index 00e24364e0..c86dc373da 100644 --- a/thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpring2Constraint.h +++ b/thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpring2Constraint.h @@ -265,6 +265,7 @@ enum bt6DofFlags2  	BT_6DOF_FLAGS_ERP_STOP2 = 2,  	BT_6DOF_FLAGS_CFM_MOTO2 = 4,  	BT_6DOF_FLAGS_ERP_MOTO2 = 8, +	BT_6DOF_FLAGS_USE_INFINITE_ERROR = (1<<16)  };  #define BT_6DOF_FLAGS_AXIS_SHIFT2 4  // bits per axis  |