From eaa6c76bd92e292ac59dcfa0a7aa70cd1e2f50fb Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 11 Dec 2023 02:19:12 +0100 Subject: w --- editor/tile-editor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/tile-editor.hpp') 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 maybe_atlas(StringView str); std::shared_ptr atlas(StringView str); auto cbegin() const noexcept { return _atlases.cbegin(); } -- cgit v1.2.3