diff --git a/examples/models/models_first_person_maze.c b/examples/models/models_first_person_maze.c index 07c51b9ad..cc9cdeba2 100644 --- a/examples/models/models_first_person_maze.c +++ b/examples/models/models_first_person_maze.c @@ -117,6 +117,7 @@ int main(void) UnloadTexture(cubicmap); // Unload cubicmap texture UnloadTexture(texture); // Unload map texture + UnloadMesh(mesh); // Unload mesh UnloadModel(model); // Unload map model CloseWindow(); // Close window and OpenGL context