mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-20 02:08:14 +00:00
Reviewed some TODO comments
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user