Bläddra i källkod

test: fix the physics simulation tick.

legacy
Sam Hocevar sam 12 år sedan
förälder
incheckning
c5b40eb1d5
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. +2
    -0
      test/Physics/LolPhysics.h

+ 2
- 0
test/Physics/LolPhysics.h Visa fil

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

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

//step the simulation
if (m_dynamics_world)
{


Laddar…
Avbryt
Spara