From 0111a2f91caffc2d2b7d57c2d919c4d70f42db7f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 26 Feb 2024 17:37:12 +0100 Subject: display timing info in region generator --- editor/tests/region-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/tests') 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, }; -- cgit v1.2.3