瀏覽代碼

CIS FIX

legacy
Benjamin ‘Touky’ Huet touky 12 年之前
父節點
當前提交
11b6cfff4c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +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;


Loading…
取消
儲存