Skip to content

Commit

Permalink
Add comment for removed quits
Browse files Browse the repository at this point in the history
  • Loading branch information
Daft-Freak committed Dec 1, 2021
1 parent a60511a commit d969171
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/sdl2_glalphatest.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,7 @@ int main(int argc, char* argv[]) {

glDeleteTextures(1, &texture);

// Don't quit - we need to reftest the canvas! SDL_Quit();

return 0;
}
2 changes: 2 additions & 0 deletions tests/sdl2_glclipplane_gllighting.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,7 @@ int main(int argc, char* argv[]) {

SDL_GL_SwapWindow(window);

// Don't quit - we need to reftest the canvas! SDL_Quit();

return 0;
}
2 changes: 2 additions & 0 deletions tests/sdl2_gldrawelements.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,7 @@ int main(int argc, char* argv[]) {
// Now we can delete the OpenGL texture and close down SDL
glDeleteTextures(1, &texture);

// Don't quit - we need to reftest the canvas! SDL_Quit();

return 0;
}
2 changes: 2 additions & 0 deletions tests/sdl2_glmatrixmode_texture.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,7 @@ int main(int argc, char* argv[]) {
// Now we can delete the OpenGL texture and close down SDL
glDeleteTextures(1, &texture);

// Don't quit - we need to reftest the canvas! SDL_Quit();

return 0;
}

0 comments on commit d969171

Please sign in to comment.