aboutsummaryrefslogtreecommitdiff
path: root/src/models.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/models.c')
-rw-r--r--src/models.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/models.c b/src/models.c
index 94e61d84..8a36c279 100644
--- a/src/models.c
+++ b/src/models.c
@@ -704,7 +704,6 @@ Model LoadHeightmap(Image heightmap, Vector3 size)
// TODO: Calculate normals in an efficient way
nCounter += 18; // 6 vertex, 18 floats
-
trisCounter += 2;
}
}