aboutsummaryrefslogtreecommitdiff
path: root/GPU3D.h
diff options
context:
space:
mode:
Diffstat (limited to 'GPU3D.h')
-rw-r--r--GPU3D.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/GPU3D.h b/GPU3D.h
index c95e3b7..d683cbe 100644
--- a/GPU3D.h
+++ b/GPU3D.h
@@ -25,7 +25,7 @@ namespace GPU3D
typedef struct
{
s32 Position[4];
- u8 Color[3];
+ s32 Color[3];
bool Clipped;