本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
lolengine
/
lol
镜像来自
https://github.com/lolengine/lol
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
CIS FIX
legacy
Benjamin ‘Touky’ Huet
touky
12 年之前
父節點
e8d2d8c202
當前提交
11b6cfff4c
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/Physics/LolPhysics.h
+ 1
- 1
test/Physics/LolPhysics.h
查看文件
@@ -156,7 +156,7 @@ public:
}
//Sets the simulation gravity.
void SetWorldLimit(vec3 &NewWorldMin, vec3 &NewWorldMax)
void SetWorldLimit(vec3
const
&NewWorldMin, vec3
const
&NewWorldMax)
{
m_world_min = NewWorldMin;
m_world_max = NewWorldMax;
Write
Preview
Loading…
取消
儲存