Discussion:
[SDL] Shutdown Procedure with SDL_mixer
Sheado
2016-09-27 00:34:11 UTC
Permalink
Hi,

During shutdown of a game that uses SDL_mixer, is it necessary to call Mix_CloseAudio() (which calls SDL_CloseAudioDevice()) before calling SDL_Quit()?


Thanks

Loading...