本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
* Whoops. ça va pardon.
legacy
Jean-Yves Lamoureux
jylam
11 年之前
父節點
d058092983
當前提交
873a294d7a
共有
1 個檔案被更改
,包括
0 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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");
}
}
Write
Preview
Loading…
取消
儲存