diff options
| author | Ray <[email protected]> | 2021-10-06 01:20:46 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-10-06 01:20:46 +0200 |
| commit | 8d7f97ee04c1908caf703771bd3576ef5f26b3c1 (patch) | |
| tree | d3d54c266b45fbdec20d25c6511eda6658a2f92d /src/rmodels.c | |
| parent | 9a4fb252858d3754f347b22fb88f2d507fc847b3 (diff) | |
| download | raylib-8d7f97ee04c1908caf703771bd3576ef5f26b3c1.tar.gz raylib-8d7f97ee04c1908caf703771bd3576ef5f26b3c1.zip | |
Remove trailing spaces
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 11778901..26421df9 100644 --- a/src/rmodels.c +++ b/src/rmodels.c @@ -5756,7 +5756,7 @@ static Model LoadVOX(const char *fileName) pcolors->g = voxarray.colors.array->g; pcolors->b = voxarray.colors.array->b; pcolors->a = voxarray.colors.array->a; - + unsigned short *pindices = voxarray.indices.array; // 5461*6*6 = 196596 indices max per mesh int size = 0; |
