summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-07-12 15:10:29 +0000
committerrodri <rgl@antares-labs.eu>2024-07-12 15:10:29 +0000
commit45c21bb2483adf0ad1dd2f9950681f6a07a14b24 (patch)
tree22adc220dda5f33fbc988cb77b94ef742e657be4 /graphics.h
parent45bdbbcb16c1c95b8c7450fd6700c0a32418c98d (diff)
downloadlibgraphics-45c21bb2483adf0ad1dd2f9950681f6a07a14b24.tar.gz
libgraphics-45c21bb2483adf0ad1dd2f9950681f6a07a14b24.tar.bz2
libgraphics-45c21bb2483adf0ad1dd2f9950681f6a07a14b24.zip
small improvements.
Diffstat (limited to 'graphics.h')
-rw-r--r--graphics.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics.h b/graphics.h
index 691e97f..fbeea2f 100644
--- a/graphics.h
+++ b/graphics.h
@@ -147,9 +147,10 @@ struct Model
{
Primitive *prims;
ulong nprims;
- Texture *tex; /* texture map (TODO get rid of it, use materials) */
Material *materials;
ulong nmaterials;
+
+ Texture *tex; /* texture map (TODO get rid of it, use materials) */
};
struct Entity