瀏覽代碼

CIS FIX

legacy
Benjamin ‘Touky’ Huet touky 13 年之前
父節點
當前提交
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. //Sets the simulation gravity.
void SetWorldLimit(vec3 &NewWorldMin, vec3 &NewWorldMax)
void SetWorldLimit(vec3 const &NewWorldMin, vec3 const &NewWorldMax)
{ {
m_world_min = NewWorldMin; m_world_min = NewWorldMin;
m_world_max = NewWorldMax; m_world_max = NewWorldMax;


Loading…
取消
儲存