summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics.h b/graphics.h
index e08e233..6362075 100644
--- a/graphics.h
+++ b/graphics.h
@@ -325,7 +325,7 @@ struct Camera
} clip;
Matrix3 proj; /* VCS to clip space xform */
Projection projtype;
- int clearcolor;
+ ulong clearcolor;
int cullmode;
int enableblend;
int enabledepth;