mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 19:38:15 +00:00
update examples missing unloadtexture (#4234)
This commit is contained in:
@@ -164,6 +164,8 @@ int main(void)
|
||||
//--------------------------------------------------------------------------------------
|
||||
UnloadMesh(mesh); // Unload the mesh
|
||||
UnloadShader(shader); // Unload shader
|
||||
UnloadTexture(texture); // Unload texture
|
||||
UnloadTexture(light); // Unload texture
|
||||
|
||||
CloseWindow(); // Close window and OpenGL context
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user