diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-10 23:35:48 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-10 23:35:48 +0100 |
commit | 9aba8139b728d3b25f5763ddc134b09e5a2e1948 (patch) | |
tree | 37f18eee33ba98b79c5980961a0f12fbc9017b51 /src/wall-atlas.cpp | |
parent | 4e46a8101b2063457ac0c56770e58cd0bedf52ea (diff) |
w
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) |