mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
update examples missing unloadtexture (#4234)
This commit is contained in:
@ -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
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user