Bladeren bron

test: fix the physics simulation tick.

legacy
Sam Hocevar sam 12 jaren geleden
bovenliggende
commit
c5b40eb1d5
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. +2
    -0
      test/Physics/LolPhysics.h

+ 2
- 0
test/Physics/LolPhysics.h Bestand weergeven

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

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

//step the simulation
if (m_dynamics_world)
{


Laden…
Annuleren
Opslaan