Skip to content

Commit

Permalink
Updated to the latest version of SDL
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Aug 14, 2024
1 parent 30b30df commit 5ece680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/SDL
Submodule SDL updated 424 files
2 changes: 1 addition & 1 deletion test/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ main(int argc, char *argv[])
}

/* Call Harness */
result = SDLTest_RunSuites(testSuites, (const char *)userRunSeed, userExecKey, (const char *)filter, testIterations);
result = SDLTest_RunSuites(testSuites, (const char *)userRunSeed, userExecKey, (const char *)filter, testIterations, SDL_FALSE);

/* Empty event queue */
done = 0;
Expand Down

0 comments on commit 5ece680

Please sign in to comment.