diff options
author | chai <chaifix@163.com> | 2019-12-21 22:24:15 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-21 22:24:15 +0800 |
commit | ec111247c614663d8231245a17c314b9b8b4a28c (patch) | |
tree | a66058508161da488371c90316865ae850b8be15 /src/extend/mesh.h | |
parent | c3f45735ecfab6e567be371758f21395e92dfef6 (diff) |
*misc
Diffstat (limited to 'src/extend/mesh.h')
-rw-r--r-- | src/extend/mesh.h | 2 |
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; |