소스 검색

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;


불러오는 중...
취소
저장