This commit is contained in:
hasufell 2014-05-17 14:12:20 +02:00
parent 2f52351cbf
commit 090f1ac2ba
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ static bool assemble_obj_arrays(char const * const obj_string,
REALLOC(obj_f_v, sizeof(*obj_f_v) * (fc + 2));
obj_f_v[fc] = NULL;
/* deallocate if we don't have vertex textures */
/* TODO: deallocate if we don't have vertex textures */
REALLOC(obj_f_vt, sizeof(*obj_f_vt) * (fc + 2));
obj_f_vt[fc] = NULL;