소스 검색

removing typo (#2790)

pull/2792/head
Dor Shapira 2 년 전
committed by GitHub
부모
커밋
773c0d78d8
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      examples/audio/audio_music_stream.c

+ 2
- 2
examples/audio/audio_music_stream.c 파일 보기

@ -34,7 +34,7 @@ int main(void)
float timePlayed = 0.0f; // Time played normalized [0.0f..1.0f]
bool pause = false; // Music playing paused
SetTargetFPS(30); // Set our game to run at 60 frames-per-second
SetTargetFPS(30); // Set our game to run at 30 frames-per-second
//--------------------------------------------------------------------------------------
// Main game loop
@ -95,4 +95,4 @@ int main(void)
//--------------------------------------------------------------------------------------
return 0;
}
}

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