diff options
| author | raysan5 <[email protected]> | 2020-08-30 20:00:56 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-08-30 20:00:56 +0200 |
| commit | 8b5485f822b89336346d1acab1544428c37ac89d (patch) | |
| tree | abd419b44aacb353d85812d43ec3fffc2cfb4f62 /src/models.c | |
| parent | 8d615a99f69d85fb457e92d69fa5f7b92d612b65 (diff) | |
| download | raylib-8b5485f822b89336346d1acab1544428c37ac89d.tar.gz raylib-8b5485f822b89336346d1acab1544428c37ac89d.zip | |
Remove unused variable
Diffstat (limited to 'src/models.c')
| -rw-r--r-- | src/models.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/models.c b/src/models.c index 55621ee1..f2bac16a 100644 --- a/src/models.c +++ b/src/models.c @@ -2482,7 +2482,6 @@ void MeshNormalsSmooth(Mesh *mesh) Vector3 *uniqueVertices = (Vector3 *)RL_CALLOC(mesh->vertexCount, sizeof(Vector3)); Vector3 *summedNormals = (Vector3 *)RL_CALLOC(mesh->vertexCount, sizeof(Vector3)); - int uiCounter = 0; int *uniqueIndices = (int *)RL_CALLOC(mesh->vertexCount, sizeof(int)); // Sum normals grouped by vertex |
