summaryrefslogtreecommitdiffstats
path: root/src/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.h')
-rw-r--r--src/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.h b/src/state.h
index c7b567f..2f02a20 100644
--- a/src/state.h
+++ b/src/state.h
@@ -58,7 +58,7 @@ typedef struct {
typedef struct {
V3 pos;
- V3 color;
+ V3 normal;
V2 texCoord;
} Vertex;