Ver código fonte

test: fix the physics simulation tick.

legacy
Sam Hocevar sam 12 anos atrás
pai
commit
c5b40eb1d5
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      test/Physics/LolPhysics.h

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

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

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

//step the simulation
if (m_dynamics_world)
{


Carregando…
Cancelar
Salvar