summaryrefslogtreecommitdiffhomepage
path: root/src/wall-atlas.cpp
diff options
context:
space:
mode:
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);