summaryrefslogtreecommitdiff
path: root/src/extend/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extend/mesh.h')
-rw-r--r--src/extend/mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extend/mesh.h b/src/extend/mesh.h
index 40ac7ed..2c52669 100644
--- a/src/extend/mesh.h
+++ b/src/extend/mesh.h
@@ -4,7 +4,7 @@
#include "../core/vert.h"
typedef struct Mesh {
- Vert* vertices; uint verts_count;
+ Vert* vertices; uint vert_count;
uint* triangles; uint tris_count;
} Mesh;