summaryrefslogtreecommitdiffhomepage
path: root/src/wall-atlas.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-10 05:39:10 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-10 05:39:10 +0100
commit972275ca9cfbbbe23039c0cecb359420358d8ebf (patch)
tree77975d0349250c68ecbaf5f094cafee894a10773 /src/wall-atlas.cpp
parent25fd6d8eb0ec170ef6fabfb3097fe5f70e42edb8 (diff)
loader: don't require atlas's Cell pointer to remain constant
The make_cell() thing hasn't been tested yet.
Diffstat (limited to 'src/wall-atlas.cpp')
-rw-r--r--src/wall-atlas.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wall-atlas.cpp b/src/wall-atlas.cpp
index b7ff68d9..9ea81fe5 100644
--- a/src/wall-atlas.cpp
+++ b/src/wall-atlas.cpp
@@ -108,6 +108,7 @@ wall_atlas::wall_atlas(wall_atlas_def def, String path, const ImageView2D& img)
_image_size{get_image_size(img)},
_direction_map{def.direction_map}
{
+ //Debug{} << "make wall_atlas" << _info.name;
{
const auto frame_count = _frame_array.size();
fm_soft_assert(frame_count > 0);