diff options
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(); } |