diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-09 20:46:10 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-09 20:46:10 +0100 |
| commit | 6719ba4fe8ac900b9eebbe54acbcd7ff54f17a9b (patch) | |
| tree | 89f6b60a41ef95bf8f86f07a02fcb22dc62a0614 /editor/wall-editor.cpp | |
| parent | 713ab8991057b5aef75e7dd68992cf812c27fd5a (diff) | |
bb
Diffstat (limited to 'editor/wall-editor.cpp')
| -rw-r--r-- | editor/wall-editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); } |
