ソースを参照

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;


読み込み中…
キャンセル
保存