瀏覽代碼

* Whoops. ça va pardon.

legacy
Jean-Yves Lamoureux jylam 11 年之前
父節點
當前提交
873a294d7a
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. +0
    -1
      test/physics/lolphysics.h

+ 0
- 1
test/physics/lolphysics.h 查看文件

@@ -115,7 +115,6 @@ public:
//the "+1" is to have at least one Timestep and to ensure float to int .5f conversion.
int steps = (int)(seconds / m_timestep) + 1;
m_dynamics_world->stepSimulation(seconds, steps, m_timestep);
printf("STEP\n");
}
}



Loading…
取消
儲存