From 7fa7b3bc844d61ecc986f77819a11d1e4a526c57 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 4 Feb 2024 14:32:32 +0100 Subject: b --- src/path-search.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/path-search.hpp') diff --git a/src/path-search.hpp b/src/path-search.hpp index 5617765f..36c25497 100644 --- a/src/path-search.hpp +++ b/src/path-search.hpp @@ -9,7 +9,6 @@ #include "point.hpp" #include #include -#include #include #include #include @@ -124,8 +123,8 @@ private: uint32_t pop_from_heap(); struct detail_astar::cache cache; - std::vector nodes; - std::vector Q; + Array nodes; + Array Q; }; } // namespace floormat -- cgit v1.2.3