From 382ba9ffeedc95039e8d4ec360cd389ae220159c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 8 Apr 2024 05:52:53 +0200 Subject: b --- src/chunk.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chunk.hpp b/src/chunk.hpp index 2eccef14..d5bde803 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -117,8 +117,8 @@ public: static constexpr size_t max_wall_quad_count = TILE_COUNT*Wall::Direction_COUNT*(Wall::Group_COUNT+4); - pass_region make_pass_region(bool debug = false, ArrayView positions = {}); - pass_region make_pass_region(const Search::pred& f, bool debug = false, ArrayView positions = {}); + pass_region make_pass_region(bool debug = false, ArrayView positions = {}); + pass_region make_pass_region(const Search::pred& f, bool debug = false, ArrayView positions = {}); private: struct ground_stuff -- cgit v1.2.3