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.hpp | |
parent | 713ab8991057b5aef75e7dd68992cf812c27fd5a (diff) |
bb
Diffstat (limited to 'editor/wall-editor.hpp')
-rw-r--r-- | editor/wall-editor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/wall-editor.hpp b/editor/wall-editor.hpp index 526ac745..4379a909 100644 --- a/editor/wall-editor.hpp +++ b/editor/wall-editor.hpp @@ -13,7 +13,7 @@ class wall_atlas; class wall_editor { - std::map<StringView, wall_info> _atlases; + std::map<StringView, const wall_info*> _atlases; std::shared_ptr<wall_atlas> _selected_atlas; enum rotation _r = rotation::N; |