summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-09-11 18:26:49 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-09-11 18:26:49 +0200
commit7c56df7eed83af63e018be1be5507c1ca8cf1b99 (patch)
tree20a71e7686dff22406b0ec580fcacd5c277a1053
parentf3f153ad0fb35aae25cdd7f7071d3bbd892db9f6 (diff)
zzz
-rw-r--r--test/path-search.cpp4
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);