mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-07 14:25:17 -04:00
Style fix and note for the unapparent code
This commit is contained in:
parent
01ca026a25
commit
ba7888ec2d
@ -32,7 +32,8 @@ SDLMixer::SDLMixer(int flags) {
|
||||
}
|
||||
|
||||
SDLMixer::~SDLMixer() {
|
||||
while(Mix_Init(0))
|
||||
// see https://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.html#SEC10
|
||||
while (Mix_Init(0))
|
||||
Mix_Quit();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user