audio: whoops, that should be an int.

main
Ryan C. Gordon 2023-07-11 22:07:52 -04:00
parent be0dc630b7
commit dc04f85646
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 1 additions and 1 deletions

View File

@ -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;