From 7c56df7eed83af63e018be1be5507c1ca8cf1b99 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 11 Sep 2023 18:26:49 +0200 Subject: zzz --- test/path-search.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/path-search.cpp b/test/path-search.cpp index f968e0c5..8e91d763 100644 --- a/test/path-search.cpp +++ b/test/path-search.cpp @@ -17,8 +17,8 @@ void test_bbox() }; constexpr auto sample2 = [](world& w, chunk_coords_ ch, search::bbox bb) { - return search::sample_rtree(w, ch, bb.min, bb.max, (object_id)-1); - }; + return search::sample_rtree(w, ch, bb.min, bb.max, (object_id)-1); + }; constexpr auto bbox = [](Vector2i coord, rotation r) { return search::make_neighbor_tile_bbox(coord, {}, r); -- cgit v1.2.3