diff options
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r-- | src/chunk.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp index e5f3cc85..133fb428 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -146,7 +146,6 @@ private: _objects_sorted : 1 = true; void ensure_scenery_buffers(scenery_scratch_buffers bufs); - static topo_sort_data make_topo_sort_data(object& e, uint32_t mesh_idx); struct bbox final { |