summaryrefslogtreecommitdiffhomepage
path: root/src/rmodels.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-09-27 13:55:45 +0200
committerraysan5 <[email protected]>2021-09-27 13:55:45 +0200
commitdd7d65a6b42665049dd817d1ea59258dc8a618a0 (patch)
tree095d44ff18a55c1b6fa2edbe08be8b25965f525a /src/rmodels.c
parent206e1def6f888cbf69bdf0138f4e1a67a0377e4f (diff)
downloadraylib-dd7d65a6b42665049dd817d1ea59258dc8a618a0.tar.gz
raylib-dd7d65a6b42665049dd817d1ea59258dc8a618a0.zip
Remove tabs
Diffstat (limited to 'src/rmodels.c')
-rw-r--r--src/rmodels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rmodels.c b/src/rmodels.c
index 6a87b29a..8ccd26b5 100644
--- a/src/rmodels.c
+++ b/src/rmodels.c
@@ -5745,9 +5745,9 @@ static Model LoadVOX(const char *fileName)
int verticesRemain = voxarray.vertices.used;
int verticesMax = 65532; // 5461 voxels x 12 vertices per voxel -> 65532 (must be inf 65536)
- Vector3 *pvertices = voxarray.vertices.array; // 6*4 = 12 vertices per voxel
+ Vector3 *pvertices = voxarray.vertices.array; // 6*4 = 12 vertices per voxel
Color *pcolors = voxarray.colors.array;
- unsigned short *pindices = voxarray.indices.array; // 5461*6*6 = 196596 indices max per mesh
+ unsigned short *pindices = voxarray.indices.array; // 5461*6*6 = 196596 indices max per mesh
int size = 0;