diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-26 16:36:14 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-26 16:36:14 +0200 |
| commit | b1351006462e817e221ff9bdbfc2ad7122a79f1f (patch) | |
| tree | ceef9eaebdc99eff03c100c4bc5808a4668c3fb8 /src | |
| parent | 3e51922e2cfd9430c1a45074107d467f6c1e5e0e (diff) | |
wip
Diffstat (limited to 'src')
| -rw-r--r-- | src/path-search.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
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<global_coords> output; - // todo bucketize by array length path_search_result* pool = nullptr; public: + chunk_cache cache; + Array<global_coords> output; + struct bbox { Vector2 min, max; }; void ensure_allocated(chunk_coords a, chunk_coords b); |
