diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-11 02:19:12 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-11 02:19:12 +0100 |
| commit | eaa6c76bd92e292ac59dcfa0a7aa70cd1e2f50fb (patch) | |
| tree | 5110a6fe2fb70e7fbd66db70a37287c00ccf4fda /editor/tile-editor.hpp | |
| parent | 067a3f3ae0c1ab94ace005897673a484e165b31b (diff) | |
w
Diffstat (limited to 'editor/tile-editor.hpp')
| -rw-r--r-- | editor/tile-editor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tile-editor.hpp b/editor/tile-editor.hpp index c0ff27f0..57347bf0 100644 --- a/editor/tile-editor.hpp +++ b/editor/tile-editor.hpp @@ -33,7 +33,7 @@ class tile_editor final tile_image_proto get_selected_perm(); public: - tile_editor(StringView name); + tile_editor(); std::shared_ptr<tile_atlas> maybe_atlas(StringView str); std::shared_ptr<tile_atlas> atlas(StringView str); auto cbegin() const noexcept { return _atlases.cbegin(); } |
