mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-14 17:15:29 +00:00
audio: whoops, that should be an int.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user