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, 1 insertions, 1 deletions
diff --git a/src/chunk-scenery.hpp b/src/chunk-scenery.hpp
index 89e40078..85bddd7a 100644
--- a/src/chunk-scenery.hpp
+++ b/src/chunk-scenery.hpp
@@ -30,7 +30,7 @@ struct chunk::object_draw_order
struct chunk::scenery_mesh_tuple {
GL::Mesh& mesh;
- ArrayView<object_draw_order> array;
+ ArrayView<const object_draw_order> array;
size_t size;
};