diff options
author | rodri <rgl@antares-labs.eu> | 2024-08-13 09:33:03 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2024-08-13 09:33:03 +0000 |
commit | 2715ad65bd01c1108d53c44b677847af9f4ce42e (patch) | |
tree | 432b1fe4e961b57690062d2c627e3819981e0b88 /graphics.h | |
parent | 139a46c56af04a0b8c2f06769ac77078f5581395 (diff) | |
download | libgraphics-2715ad65bd01c1108d53c44b677847af9f4ce42e.tar.gz libgraphics-2715ad65bd01c1108d53c44b677847af9f4ce42e.tar.bz2 libgraphics-2715ad65bd01c1108d53c44b677847af9f4ce42e.zip |
fixes.
Diffstat (limited to 'graphics.h')
-rw-r--r-- | graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |