aboutsummaryrefslogtreecommitdiff
path: root/src/models.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/models.c')
-rw-r--r--src/models.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/models.c b/src/models.c
index 3e0cce44..90f3290a 100644
--- a/src/models.c
+++ b/src/models.c
@@ -2921,7 +2921,8 @@ static Model LoadOBJ(const char *fileName)
tinyobj_attrib_free(&attrib);
tinyobj_shapes_free(meshes, meshCount);
tinyobj_materials_free(materials, materialCount);
- RL_FREE(data); // oh ray how did you miss this...! :-p
+
+ RL_FREE(data);
}
// NOTE: At this point we have all model data loaded