From 00a763ea4485bfa00c3b65c500a466c77e2cc170 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 23 Sep 2021 00:18:47 +0200 Subject: Reviewed some TODO comments --- src/rmodels.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rmodels.c') diff --git a/src/rmodels.c b/src/rmodels.c index a1430417..e834bff6 100644 --- a/src/rmodels.c +++ b/src/rmodels.c @@ -5741,7 +5741,7 @@ static Model LoadVOX(const char *fileName) memcpy(pmesh->vertices, pvertices, size); // Copy indices - // TODO: compute globals indices array + // TODO: Compute globals indices array size = voxarray.indices.used * sizeof(unsigned short); pmesh->indices = MemAlloc(size); memcpy(pmesh->indices, pindices, size); -- cgit v1.2.3