diff --git a/test/Physics/LolPhysics.h b/test/Physics/LolPhysics.h index 8ce862fa..0991eb13 100644 --- a/test/Physics/LolPhysics.h +++ b/test/Physics/LolPhysics.h @@ -60,6 +60,8 @@ public: virtual void TickGame(float seconds) { + Entity::TickGame(seconds); + //step the simulation if (m_dynamics_world) {