Procházet zdrojové kódy

test: fix the physics simulation tick.

legacy
Sam Hocevar sam před 12 roky
rodič
revize
c5b40eb1d5
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      test/Physics/LolPhysics.h

+ 2
- 0
test/Physics/LolPhysics.h Zobrazit soubor

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

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

//step the simulation
if (m_dynamics_world)
{


Načítá se…
Zrušit
Uložit