update examples missing unloadtexture (#4234)
This commit is contained in:
parent
5233b80fb7
commit
070c1c9d63
4 changed files with 5 additions and 0 deletions
|
@ -114,6 +114,7 @@ int main(void)
|
|||
// De-Initialization
|
||||
//--------------------------------------------------------------------------------------
|
||||
UnloadModel(model); // Unload model data
|
||||
UnloadTexture(texture); // Unload texture data
|
||||
|
||||
CloseWindow(); // Close window and OpenGL context
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue