소스 검색

audio: whoops, that should be an int.

Ryan C. Gordon 3 년 전
부모
커밋
dc04f85646
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/audio/SDL_sysaudio.h

+ 1 - 1
src/audio/SDL_sysaudio.h

@@ -231,7 +231,7 @@ struct SDL_AudioDevice
 
     // The device's current audio specification
     SDL_AudioSpec spec;
-    Uint32 buffer_size;
+    int buffer_size;
 
     // The device's default audio specification
     SDL_AudioSpec default_spec;