diff options
Diffstat (limited to 'src/core/vert.h')
-rw-r--r-- | src/core/vert.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/vert.h b/src/core/vert.h index d594442..faf027e 100644 --- a/src/core/vert.h +++ b/src/core/vert.h @@ -29,6 +29,7 @@ typedef struct Vert { Vec2 texcoord; Color color; /* + Vec2 texcoord1; Vec4 joint; Vec4 weight; */ |