[Fix] Forgot to exit alut.
This commit is contained in:
parent
12eae87db9
commit
ebb67fd966
@ -255,6 +255,8 @@ void sound_exit(void) {
|
|||||||
soundUnlock();
|
soundUnlock();
|
||||||
SDL_DestroyMutex(sound_lock);
|
SDL_DestroyMutex(sound_lock);
|
||||||
}
|
}
|
||||||
|
// Cya alut!
|
||||||
|
alutExit();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get the buffer to sound of [name].
|
// Get the buffer to sound of [name].
|
||||||
|
Loading…
Reference in New Issue
Block a user