Review all RL_CALLOC() calls
All data should be properly initialized by now
This commit is contained in:
parent
37a6f12037
commit
c661cad692
4 changed files with 21 additions and 22 deletions
|
@ -100,8 +100,7 @@ int main(void)
|
|||
|
||||
// De-Initialization
|
||||
//--------------------------------------------------------------------------------------
|
||||
// TODO: Unload materials and shaders
|
||||
|
||||
UnloadMaterial(model.materials[0]); // Unload material: shader and textures
|
||||
UnloadModel(model); // Unload model
|
||||
|
||||
CloseWindow(); // Close window and OpenGL context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue