소스 검색

Added trace on audio device closing

pull/180/head
raysan5 8 년 전
부모
커밋
306945fe14
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      src/audio.c

+ 2
- 0
src/audio.c 파일 보기

@ -183,6 +183,8 @@ void CloseAudioDevice(void)
alcMakeContextCurrent(NULL);
alcDestroyContext(context);
alcCloseDevice(device);
TraceLog(INFO, "Audio device closed successfully");
}
// Check if device has been initialized successfully

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