소스 검색

Update core_custom_frame_control.c

pull/2751/head
Ray 2 년 전
부모
커밋
ac3420faac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/core/core_custom_frame_control.c

+ 1
- 1
examples/core/core_custom_frame_control.c 파일 보기

@ -110,7 +110,7 @@ int main(void)
waitTime = (1.0f/(float)targetFPS) - updateDrawTime;
if (waitTime > 0.0)
{
WaitTime((float)waitTimeo">*1000.0f);
WaitTime((float)waitTime);
currentTime = GetTime();
deltaTime = (float)(currentTime - previousTime);
}

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