From ab16b95656fbcf719604072263f8375cd80213c2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 2 Apr 2023 05:31:06 +0200 Subject: a --- src/chunk.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chunk.hpp') diff --git a/src/chunk.hpp b/src/chunk.hpp index ddcf2c50..385ba72e 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -138,7 +138,7 @@ private: _entities_sorted : 1 = true; void ensure_scenery_draw_array(Array& array); - static topo_sort_data make_topo_sort_data(const entity& e); + static topo_sort_data make_topo_sort_data(entity& e); struct bbox final // NOLINT(cppcoreguidelines-pro-type-member-init) { -- cgit v1.2.3