From 2715ad65bd01c1108d53c44b677847af9f4ce42e Mon Sep 17 00:00:00 2001 From: rodri Date: Tue, 13 Aug 2024 09:33:03 +0000 Subject: fixes. --- graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics.h') 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; -- cgit v1.2.3