diff options
Diffstat (limited to 'test/path-search.cpp')
-rw-r--r-- | test/path-search.cpp | 4 |
1 files 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); |