mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-25 14:09:10 +00:00
parent
6a7f8b74f1
commit
1787d6ca5c
37 changed files with 48 additions and 42 deletions
|
@ -42,7 +42,7 @@ static bool suspend_when_occluded;
|
|||
/* -1: infinite random moves (default); >=0: enables N deterministic moves */
|
||||
static int iterations = -1;
|
||||
|
||||
void SDL_AppQuit(void *appstate)
|
||||
void SDL_AppQuit(void *appstate, SDL_AppResult result)
|
||||
{
|
||||
SDL_free(sprites);
|
||||
SDL_free(positions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue