examples: a few renderer fixes.

This commit is contained in:
Ryan C. Gordon
2024-09-22 01:04:25 -04:00
parent 66b92e95ac
commit 4fdeb6861b
4 changed files with 5 additions and 2 deletions
+1
View File
@@ -119,6 +119,7 @@ SDL_AppResult SDL_AppIterate(void *appstate)
/* This function runs once at shutdown. */
void SDL_AppQuit(void *appstate)
{
SDL_DestroyTexture(texture);
/* SDL will clean up the window/renderer for us. */
}
@@ -101,6 +101,7 @@ SDL_AppResult SDL_AppIterate(void *appstate)
/* This function runs once at shutdown. */
void SDL_AppQuit(void *appstate)
{
SDL_DestroyTexture(texture);
/* SDL will clean up the window/renderer for us. */
}
@@ -105,6 +105,7 @@ SDL_AppResult SDL_AppIterate(void *appstate)
/* This function runs once at shutdown. */
void SDL_AppQuit(void *appstate)
{
SDL_DestroyTexture(texture);
/* SDL will clean up the window/renderer for us. */
}