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 Jul 1, 2024
1 parent 60013b1 commit b10d7cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/showanim.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ int main(int argc, char *argv[])
}
break;
case SDLK_ESCAPE:
case SDLK_q:
case SDLK_Q:
argv[i+1] = NULL;
SDL_FALLTHROUGH;
case SDLK_SPACE:
Expand Down
2 changes: 1 addition & 1 deletion examples/showimage.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ int main(int argc, char *argv[])
}
break;
case SDLK_ESCAPE:
case SDLK_q:
case SDLK_Q:
argv[i+1] = NULL;
SDL_FALLTHROUGH;
case SDLK_SPACE:
Expand Down
2 changes: 1 addition & 1 deletion external/SDL
Submodule SDL updated 188 files

0 comments on commit b10d7cd

Please sign in to comment.