Updated name of assert type in test program.
This commit is contained in:
parent
3b609feebf
commit
37895d5fa7
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ TestAssertions(SDL_bool verbose)
|
|||
#endif
|
||||
|
||||
{
|
||||
const SDL_assert_data *item = SDL_GetAssertionReport();
|
||||
const SDL_AssertData *item = SDL_GetAssertionReport();
|
||||
while (item) {
|
||||
SDL_Log("'%s', %s (%s:%d), triggered %u times, always ignore: %s.\n",
|
||||
item->condition, item->function, item->filename,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue