From e8aa3bf8906c885f76be33cb595cc621a839f18b Mon Sep 17 00:00:00 2001 From: ViktorLjung Date: Wed, 16 Apr 2014 14:40:42 +0200 Subject: [PATCH] Fixed timestep, forgot header declaration. --- src/Systems/PhysicsSystem.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Systems/PhysicsSystem.h b/src/Systems/PhysicsSystem.h index bdff7fa..626bbcd 100644 --- a/src/Systems/PhysicsSystem.h +++ b/src/Systems/PhysicsSystem.h @@ -57,6 +57,7 @@ public: private: + double m_Accumulator; hkpWorld* m_PhysicsWorld; void SetUpPhysicsState(EntityID entity, EntityID parent);