diff options
Diffstat (limited to 'editor/tests/region-test.cpp')
-rw-r--r-- | editor/tests/region-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tests/region-test.cpp b/editor/tests/region-test.cpp index 47272593..9b027636 100644 --- a/editor/tests/region-test.cpp +++ b/editor/tests/region-test.cpp @@ -153,7 +153,7 @@ void region_test::do_region_extraction(world& w, chunk_coords_ coord) if (auto* c = w.at(coord)) { result = { - .is_passable = c->make_pass_region().bits, + .is_passable = c->make_pass_region(true).bits, .c = coord, .exists = true, }; |