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
|
@ -374,7 +374,7 @@ SDL_AssertState SDL_ReportAssertion(SDL_AssertData *data, const char *func, cons
|
|||
switch (state) {
|
||||
case SDL_ASSERTION_ALWAYS_IGNORE:
|
||||
state = SDL_ASSERTION_IGNORE;
|
||||
data->always_ignore = 1;
|
||||
data->always_ignore = SDL_TRUE;
|
||||
break;
|
||||
|
||||
case SDL_ASSERTION_IGNORE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue