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
slouken committed May 14, 2024
1 parent ff62eb6 commit bdc239e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/showimage.c
Expand Up @@ -103,7 +103,7 @@ int main(int argc, char *argv[])
SDL_DestroyProperties(props);
}
if (!renderer) {
renderer = SDL_CreateRenderer(window, NULL, 0);
renderer = SDL_CreateRenderer(window, NULL);
}
if (!renderer) {
SDL_Log("SDL_CreateRenderer() failed: %s\n", SDL_GetError());
Expand Down
2 changes: 1 addition & 1 deletion external/SDL
Submodule SDL updated 205 files

0 comments on commit bdc239e

Please sign in to comment.