Explorar el Código

test: fix the physics simulation tick.

legacy
Sam Hocevar sam hace 12 años
padre
commit
c5b40eb1d5
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      test/Physics/LolPhysics.h

+ 2
- 0
test/Physics/LolPhysics.h Ver fichero

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

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

//step the simulation
if (m_dynamics_world)
{


Cargando…
Cancelar
Guardar