summaryrefslogtreecommitdiffhomepage
path: root/src/chunk-scenery.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chunk-scenery.hpp')
-rw-r--r--src/chunk-scenery.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chunk-scenery.hpp b/src/chunk-scenery.hpp
index cbe2ea83..067f176a 100644
--- a/src/chunk-scenery.hpp
+++ b/src/chunk-scenery.hpp
@@ -25,9 +25,7 @@ struct chunk::entity_draw_order
topo_sort_data data;
};
struct chunk::scenery_mesh_tuple {
- GL::Mesh& mesh;
ArrayView<entity_draw_order> array;
- size_t size;
};
} // namespace floormat