From 6719ba4fe8ac900b9eebbe54acbcd7ff54f17a9b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 9 Jan 2024 20:46:10 +0100 Subject: bb --- editor/wall-editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/wall-editor.cpp') diff --git a/editor/wall-editor.cpp b/editor/wall-editor.cpp index b311145a..c7052c69 100644 --- a/editor/wall-editor.cpp +++ b/editor/wall-editor.cpp @@ -51,7 +51,7 @@ void wall_editor::load_atlases() { fm_assert(_atlases.empty()); for (const auto& wa : loader.wall_atlas_list()) - _atlases[wa.name] = wa; + _atlases[wa.name] = &wa; fm_assert(!_atlases.empty()); } -- cgit v1.2.3