From c5b40eb1d5fc8a85d8c65ae1fa6873453bc09389 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 17 Jul 2012 21:31:45 +0000 Subject: [PATCH] test: fix the physics simulation tick. --- test/Physics/LolPhysics.h | 2 ++ 1 file changed, 2 insertions(+) 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) {