浏览代码

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;


正在加载...
取消
保存