ソースを参照

test: fix the physics simulation tick.

legacy
Sam Hocevar sam 12年前
コミット
c5b40eb1d5
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      test/Physics/LolPhysics.h

+ 2
- 0
test/Physics/LolPhysics.h ファイルの表示

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

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

//step the simulation
if (m_dynamics_world)
{


読み込み中…
キャンセル
保存