diff options
Diffstat (limited to 'src/core/vert.h')
-rw-r--r-- | src/core/vert.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/vert.h b/src/core/vert.h index 6c968b5..c733baa 100644 --- a/src/core/vert.h +++ b/src/core/vert.h @@ -22,7 +22,7 @@ Color color32_tocolor(Color32* c); void color_tocolor32(Color c, Color32* out); void color32_saturate(Color32* c); -typedef struct Vert { +typedef struct { uint index; Vec3 position; Vec3 normal; @@ -34,6 +34,6 @@ typedef struct Vert { Vec4 joint; Vec4 weight; */ -} Vert; +} Vertex; #endif
\ No newline at end of file |