浏览代码

* Physics

legacy
Jean-Yves Lamoureux jylam 12 年前
父节点
当前提交
d058092983
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      test/physics/lolphysics.h

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

@@ -115,6 +115,7 @@ 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");
}
}



正在加载...
取消
保存