From 45c21bb2483adf0ad1dd2f9950681f6a07a14b24 Mon Sep 17 00:00:00 2001 From: rodri Date: Fri, 12 Jul 2024 15:10:29 +0000 Subject: small improvements. --- graphics.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics.h') 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 -- cgit v1.2.3