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, 1 insertions, 1 deletions
diff --git a/editor/wall-editor.cpp b/editor/wall-editor.cpp
index 1e50290b..73a5487a 100644
--- a/editor/wall-editor.cpp
+++ b/editor/wall-editor.cpp
@@ -57,7 +57,7 @@ void wall_editor::load_atlases()
else
loader.invalid_wall_atlas();
fm_assert(wa.atlas);
- _atlases[wa.name] = &wa;
+ _atlases[wa.name] = wa;
}
fm_assert(!_atlases.empty());