From 0e12cdc39e1d0932035ef0cc36b0e82de0e8b2ed Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Wed, 10 Jun 2015 12:41:15 -0700 Subject: [PATCH] woops, forgot to include this in last commit --- libraries/shared/src/PhysicsHelpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/shared/src/PhysicsHelpers.h b/libraries/shared/src/PhysicsHelpers.h index bef7275067..0e58ae99f0 100644 --- a/libraries/shared/src/PhysicsHelpers.h +++ b/libraries/shared/src/PhysicsHelpers.h @@ -15,6 +15,7 @@ #include #include +const int PHYSICS_ENGINE_MAX_NUM_SUBSTEPS = 4; const float PHYSICS_ENGINE_FIXED_SUBSTEP = 1.0f / 60.0f; // return incremental rotation (Bullet-style) caused by angularVelocity over timeStep