[Fix] OpenAL was not shut down.
This commit is contained in:
parent
905e040f78
commit
d7bef996e6
@ -20,6 +20,7 @@
|
||||
#include "../System/Debug.h"
|
||||
|
||||
void Destroy(void) {
|
||||
Mix_CloseAudio();
|
||||
DestroyInput();
|
||||
SDL_FreeSurface(screen);
|
||||
SDL_Quit();
|
||||
|
Loading…
Reference in New Issue
Block a user