summaryrefslogtreecommitdiff
path: root/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h')
-rw-r--r--src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h b/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h
index 89f8db8b1..0b6ac54c8 100644
--- a/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h
+++ b/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h
@@ -64,6 +64,7 @@ struct btContactSolverInfoData
btScalar m_restitutionVelocityThreshold;
bool m_jointFeedbackInWorldSpace;
bool m_jointFeedbackInJointFrame;
+ bool m_reportSolverAnalytics;
};
struct btContactSolverInfo : public btContactSolverInfoData
@@ -98,6 +99,7 @@ struct btContactSolverInfo : public btContactSolverInfoData
m_restitutionVelocityThreshold = 0.2f; //if the relative velocity is below this threshold, there is zero restitution
m_jointFeedbackInWorldSpace = false;
m_jointFeedbackInJointFrame = false;
+ m_reportSolverAnalytics = false;
}
};