summaryrefslogtreecommitdiff
path: root/src/extend/mesh.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-12-21 22:24:15 +0800
committerchai <chaifix@163.com>2019-12-21 22:24:15 +0800
commitec111247c614663d8231245a17c314b9b8b4a28c (patch)
treea66058508161da488371c90316865ae850b8be15 /src/extend/mesh.h
parentc3f45735ecfab6e567be371758f21395e92dfef6 (diff)
*misc
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;