mirror of https://github.com/libsdl-org/SDL
aaudio: Change an int to an SDL_bool.
This commit is contained in:
parent
8923305f34
commit
a8813b58a6
|
@ -44,7 +44,7 @@ struct SDL_PrivateAudioData
|
|||
size_t processed_bytes;
|
||||
SDL_Semaphore *semaphore;
|
||||
SDL_AtomicInt error_callback_triggered;
|
||||
int resume; // Resume device if it was paused automatically
|
||||
SDL_bool resume; // Resume device if it was paused automatically
|
||||
};
|
||||
|
||||
// Debug
|
||||
|
|
Loading…
Reference in New Issue