diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-04 23:11:51 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-05 14:31:56 +0200 |
commit | 113a87ae7008dde7277ac6bf9d4abf68b71039cc (patch) | |
tree | 8c1684791774a82d134de7e60facc098beae8c97 /test | |
parent | abb9739f418a8d4a48abf120de35ab0c179b5aa8 (diff) |
test: add hash test
Diffstat (limited to 'test')
-rw-r--r-- | test/path-search.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |