Преглед изворни кода

audio: whoops, that should be an int.

Ryan C. Gordon пре 2 година
родитељ
комит
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;