mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 23:49:12 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
8d3bec99a7
commit
dcd4ddb043
1 changed files with 3 additions and 3 deletions
|
@ -549,9 +549,9 @@ extern SDL_DECLSPEC const SDL_AssertData * SDLCALL SDL_GetAssertionReport(void);
|
||||||
* no items. In addition, any previously-triggered assertions will be reset to
|
* no items. In addition, any previously-triggered assertions will be reset to
|
||||||
* a trigger_count of zero, and their always_ignore state will be false.
|
* a trigger_count of zero, and their always_ignore state will be false.
|
||||||
*
|
*
|
||||||
* \threadsafety This function is not thread safe. Other threads triggering
|
* \threadsafety This function is not thread safe. Other threads triggering an
|
||||||
* an assertion, or simultaneously calling this function may
|
* assertion, or simultaneously calling this function may cause
|
||||||
* cause memory leaks or crashes.
|
* memory leaks or crashes.
|
||||||
*
|
*
|
||||||
* \since This function is available since SDL 3.1.3.
|
* \since This function is available since SDL 3.1.3.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue