aboutsummaryrefslogtreecommitdiff
path: root/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'obj.h')
-rw-r--r--obj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/obj.h b/obj.h
index c819e8f..1a28613 100644
--- a/obj.h
+++ b/obj.h
@@ -48,7 +48,7 @@ union OBJVertex
struct OBJColor
{
- double r, g, b;
+ double r, g, b, a;
};
struct OBJVertexArray