summaryrefslogtreecommitdiff
path: root/graphics.h
diff options
context:
space:
mode:
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