Merge commit '3a7f96fd99528968c39b5be81db067ca018d432b' into dev
This commit is contained in:
2
external/SDL/include/SDL3/SDL_assert.h
vendored
2
external/SDL/include/SDL3/SDL_assert.h
vendored
@@ -220,7 +220,7 @@ typedef enum SDL_AssertState
|
||||
*/
|
||||
typedef struct SDL_AssertData
|
||||
{
|
||||
SDL_bool always_ignore; /**< SDL_TRUE if app should always continue when assertion is triggered. */
|
||||
bool always_ignore; /**< true if app should always continue when assertion is triggered. */
|
||||
unsigned int trigger_count; /**< Number of times this assertion has been triggered. */
|
||||
const char *condition; /**< A string of this assert's test code. */
|
||||
const char *filename; /**< The source file where this assert lives. */
|
||||
|
||||
Reference in New Issue
Block a user