summaryrefslogtreecommitdiffhomepage
path: root/editor/wall-editor.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-14 18:29:13 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-14 18:29:13 +0100
commit626e49662839a1ecd505547a5671d1ab8ac5b4aa (patch)
treed4e5ac314da2f1522a834e20d07c85687cb010ba /editor/wall-editor.cpp
parent0fd9ee5a349ab2e190f25305508a1dc8c40c916d (diff)
wip
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());