aboutsummaryrefslogtreecommitdiff
path: root/src/models.c
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2015-08-05 19:17:56 +0200
committerRay <raysan5@gmail.com>2015-08-05 19:17:56 +0200
commita42bfa77942565b7806294c40a4d970f9c3d27df (patch)
tree80d06f0c6e4aec36450fc49d6504812ded0bd0e6 /src/models.c
parent5436d93a3d4d9e694d24fc6495678c76a4972775 (diff)
downloadraylib-a42bfa77942565b7806294c40a4d970f9c3d27df.tar.gz
raylib-a42bfa77942565b7806294c40a4d970f9c3d27df.zip
Added trace log for data unloading
Diffstat (limited to 'src/models.c')
-rw-r--r--src/models.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/models.c b/src/models.c
index 81f3db68..054febcf 100644
--- a/src/models.c
+++ b/src/models.c
@@ -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