Explorar el Código

* Whoops. ça va pardon.

legacy
Jean-Yves Lamoureux jylam hace 12 años
padre
commit
873a294d7a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      test/physics/lolphysics.h

+ 0
- 1
test/physics/lolphysics.h Ver fichero

@@ -115,7 +115,6 @@ public:
//the "+1" is to have at least one Timestep and to ensure float to int .5f conversion.
int steps = (int)(seconds / m_timestep) + 1;
m_dynamics_world->stepSimulation(seconds, steps, m_timestep);
printf("STEP\n");
}
}



Cargando…
Cancelar
Guardar