From 113a87ae7008dde7277ac6bf9d4abf68b71039cc Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 4 Oct 2023 23:11:51 +0200 Subject: test: add hash test --- test/path-search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/path-search.cpp b/test/path-search.cpp index ce2430f7..e54474cf 100644 --- a/test/path-search.cpp +++ b/test/path-search.cpp @@ -21,7 +21,7 @@ void test_bbox() }; static constexpr auto bbox = [](Vector2i coord, rotation r) { - return path_search::make_neighbor_tile_bbox(coord, {}, r); + return path_search::make_neighbor_tile_bbox(coord, {}, {1,1}, r); }; constexpr auto neighbor_tiles = [](world& w, chunk_coords_ ch, Vector2i pos) { -- cgit v1.2.3