From ec111247c614663d8231245a17c314b9b8b4a28c Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 21 Dec 2019 22:24:15 +0800 Subject: *misc --- src/extend/mesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extend/mesh.h') 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; -- cgit v1.1-26-g67d0