mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-24 21:49:10 +00:00
parent
6a7f8b74f1
commit
1787d6ca5c
37 changed files with 48 additions and 42 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue