소스 검색

* Whoops. ça va pardon.

legacy
Jean-Yves Lamoureux jylam 12 년 전
부모
커밋
873a294d7a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      test/physics/lolphysics.h

+ 0
- 1
test/physics/lolphysics.h 파일 보기

@@ -115,7 +115,6 @@ public:
//the "+1" is to have at least one Timestep and to ensure float to int .5f conversion. //the "+1" is to have at least one Timestep and to ensure float to int .5f conversion.
int steps = (int)(seconds / m_timestep) + 1; int steps = (int)(seconds / m_timestep) + 1;
m_dynamics_world->stepSimulation(seconds, steps, m_timestep); m_dynamics_world->stepSimulation(seconds, steps, m_timestep);
printf("STEP\n");
} }
} }




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