mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-24 21:49:10 +00:00
assert: SDL_AssertData::always_ignore should be an SDL_bool, not an int.
This commit is contained in:
parent
34f4484f48
commit
6906c50e8b
2 changed files with 2 additions and 2 deletions
include/SDL3
|
@ -127,7 +127,7 @@ typedef enum
|
|||
|
||||
typedef struct SDL_AssertData
|
||||
{
|
||||
int always_ignore;
|
||||
SDL_bool always_ignore;
|
||||
unsigned int trigger_count;
|
||||
const char *condition;
|
||||
const char *filename;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue