Parcourir la source

test: fix the physics simulation tick.

legacy
Sam Hocevar sam il y a 12 ans
Parent
révision
c5b40eb1d5
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      test/Physics/LolPhysics.h

+ 2
- 0
test/Physics/LolPhysics.h Voir le fichier

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

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

//step the simulation
if (m_dynamics_world)
{


Chargement…
Annuler
Enregistrer