mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-16 15:21:07 +00:00
update examples missing unloadtexture (#4234)
This commit is contained in:
@@ -77,6 +77,7 @@ int main(void)
|
||||
// De-Initialization
|
||||
//--------------------------------------------------------------------------------------
|
||||
UnloadShader(shader);
|
||||
UnloadTexture(texture);
|
||||
|
||||
CloseWindow(); // Close window and OpenGL context
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user