mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-21 05:45:30 +00:00
@@ -127,7 +127,7 @@ SDL_AppResult SDL_AppIterate(void *appstate)
|
||||
return fillerup();
|
||||
}
|
||||
|
||||
void SDL_AppQuit(void *appstate)
|
||||
void SDL_AppQuit(void *appstate, SDL_AppResult result)
|
||||
{
|
||||
SDL_DestroyAudioStream(stream);
|
||||
SDL_free(wave.sound);
|
||||
|
||||
Reference in New Issue
Block a user