update examples missing unloadtexture (#4234)

This commit is contained in:
Anthony Carbajal 2024-08-09 02:03:27 -05:00 committed by GitHub
parent 5233b80fb7
commit 070c1c9d63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 0 deletions

View file

@ -77,6 +77,7 @@ int main(void)
// De-Initialization
//--------------------------------------------------------------------------------------
UnloadShader(shader);
UnloadTexture(texture);
CloseWindow(); // Close window and OpenGL context
//--------------------------------------------------------------------------------------