Browse Source

test: fix the physics simulation tick.

legacy
Sam Hocevar sam 12 years ago
parent
commit
c5b40eb1d5
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      test/Physics/LolPhysics.h

+ 2
- 0
test/Physics/LolPhysics.h View File

@@ -60,6 +60,8 @@ public:


virtual void TickGame(float seconds) virtual void TickGame(float seconds)
{ {
Entity::TickGame(seconds);

//step the simulation //step the simulation
if (m_dynamics_world) if (m_dynamics_world)
{ {


Loading…
Cancel
Save