aboutsummaryrefslogtreecommitdiff
path: root/src/llr/mesh_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/llr/mesh_impl.h')
-rw-r--r--src/llr/mesh_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/llr/mesh_impl.h b/src/llr/mesh_impl.h
index 96e60df..a997d5b 100644
--- a/src/llr/mesh_impl.h
+++ b/src/llr/mesh_impl.h
@@ -5,5 +5,5 @@
5typedef struct Mesh { 5typedef struct Mesh {
6 const Geometry* geometry; 6 const Geometry* geometry;
7 const Material* material; 7 const Material* material;
8 ShaderProgram* shader; 8 ShaderProgram* shader; // TODO: Move this back to Material?
9} Mesh; 9} Mesh;