Explorar o código

audio: whoops, that should be an int.

Ryan C. Gordon %!s(int64=2) %!d(string=hai) anos
pai
achega
dc04f85646
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;