From b1351006462e817e221ff9bdbfc2ad7122a79f1f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 26 Sep 2023 16:36:14 +0200 Subject: wip --- src/path-search.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/path-search.hpp b/src/path-search.hpp index f3601a26..04c20302 100644 --- a/src/path-search.hpp +++ b/src/path-search.hpp @@ -71,13 +71,13 @@ class path_search final struct obj_position { Vector2 center, size; }; - chunk_cache cache; - Array output; - // todo bucketize by array length path_search_result* pool = nullptr; public: + chunk_cache cache; + Array output; + struct bbox { Vector2 min, max; }; void ensure_allocated(chunk_coords a, chunk_coords b); -- cgit v1.2.3