Belmondo

Results 1 comments of Belmondo

Hello, I noticed this could happen with Shaders as well, as seen in [Raylib's `rmodels.c:2110`](https://github.com/raysan5/raylib/blob/9d3bd43c6ed48e6276687ccec8b9caabbf8f73d3/src/rmodels.c#L2110): ``` // Unload material from memory void UnloadMaterial(Material material) { // Unload material shader (avoid...