summaryrefslogtreecommitdiffhomepage
path: root/test/wall-atlas2.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-22 18:55:41 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-22 18:55:41 +0100
commit906f56a842c0e0e706087f80607ff6d816a23280 (patch)
tree730ed20091649482691baeaeae753dd40c468402 /test/wall-atlas2.cpp
parent49f455887a29a2a879e330dca9e050296e617720 (diff)
w
Diffstat (limited to 'test/wall-atlas2.cpp')
-rw-r--r--test/wall-atlas2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wall-atlas2.cpp b/test/wall-atlas2.cpp
index 98921f1d..665f0570 100644
--- a/test/wall-atlas2.cpp
+++ b/test/wall-atlas2.cpp
@@ -54,7 +54,7 @@ void test_concrete_wall()
using enum Wall::Direction_;
constexpr auto name = "concrete1"_s;
- auto& wall = *loader.wall_atlas(name, false);
+ auto& wall = *loader.wall_atlas(name);
fm_assert(wall.name() == name);
fm_assert(wall.info().depth == 20);
fm_assert(wall.raw_frame_array().size() >= 3);