summaryrefslogtreecommitdiffhomepage
path: root/editor/wall-editor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/wall-editor.cpp')
-rw-r--r--editor/wall-editor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/wall-editor.cpp b/editor/wall-editor.cpp
index 73a5487a..58054b15 100644
--- a/editor/wall-editor.cpp
+++ b/editor/wall-editor.cpp
@@ -54,8 +54,6 @@ void wall_editor::load_atlases()
{
if (wa.name != loader.INVALID) [[likely]]
(void)loader.wall_atlas(wa.name);
- else
- loader.invalid_wall_atlas();
fm_assert(wa.atlas);
_atlases[wa.name] = wa;
}