diff options
Diffstat (limited to 'src/wall-atlas.cpp')
| -rw-r--r-- | src/wall-atlas.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wall-atlas.cpp b/src/wall-atlas.cpp index 3b2ff9d7..8e6bd13c 100644 --- a/src/wall-atlas.cpp +++ b/src/wall-atlas.cpp @@ -65,6 +65,7 @@ wall_atlas::wall_atlas(wall_atlas_def def, String path, const ImageView2D& img) for (auto [dir_name, dir] : wall_atlas::directions) { const auto* D = direction((size_t)dir); + fm_soft_assert(def.direction_mask[(size_t)dir] == !!D); if (!D) continue; for (auto [group_name, gmemb, gr] : Direction::groups) |
