Skip to content

Commit 2ed1c35

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 6a5af95 commit 2ed1c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/SDL3/SDL_main.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@ extern SDLMAIN_DECLSPEC SDL_AppResult SDLCALL SDL_AppEvent(void *appstate, SDL_E
449449
*
450450
* This function is called once by SDL before terminating the program.
451451
*
452-
* This function will be called no matter what, even if SDL_AppInit requests
453-
* termination.
452+
* This function will be called in all cases, even if SDL_AppInit requests
453+
* termination at startup.
454454
*
455455
* This function should not go into an infinite mainloop; it should
456456
* deinitialize any resources necessary, perform whatever shutdown activities,

0 commit comments

Comments
 (0)