Added trace log for data unloading
This commit is contained in:
parent
5436d93a3d
commit
a42bfa7794
4 changed files with 14 additions and 0 deletions
|
@ -1116,6 +1116,8 @@ void UnloadModel(Model model)
|
|||
rlDeleteBuffers(model.mesh.vboId[2]);
|
||||
|
||||
rlDeleteVertexArrays(model.mesh.vaoId);
|
||||
|
||||
TraceLog(INFO, "Unloaded model data");
|
||||
}
|
||||
|
||||
// Link a texture to a model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue