diff options
| author | Ray <[email protected]> | 2021-09-23 00:18:47 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-09-23 00:18:47 +0200 |
| commit | 00a763ea4485bfa00c3b65c500a466c77e2cc170 (patch) | |
| tree | 365cced2a243483e835df59922ae27652cbe4612 /src/rmodels.c | |
| parent | dcd289d931d3c9d836c23068e1420930b566db6a (diff) | |
| download | raylib-00a763ea4485bfa00c3b65c500a466c77e2cc170.tar.gz raylib-00a763ea4485bfa00c3b65c500a466c77e2cc170.zip | |
Reviewed some TODO comments
Diffstat (limited to 'src/rmodels.c')
| -rw-r--r-- | src/rmodels.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
