summaryrefslogtreecommitdiffhomepage
path: root/editor/tile-editor.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-12-11 01:35:15 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-12-11 01:35:15 +0100
commit067a3f3ae0c1ab94ace005897673a484e165b31b (patch)
treeb39d7d3b1e3e4240adff8ceedf4fd10c083b979f /editor/tile-editor.cpp
parent9aba8139b728d3b25f5763ddc134b09e5a2e1948 (diff)
wipshit
Diffstat (limited to 'editor/tile-editor.cpp')
-rw-r--r--editor/tile-editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tile-editor.cpp b/editor/tile-editor.cpp
index 940e3c1c..e8e4eb7a 100644
--- a/editor/tile-editor.cpp
+++ b/editor/tile-editor.cpp
@@ -10,7 +10,7 @@
namespace floormat {
-tile_editor::tile_editor(editor_mode mode, StringView name) : _name{name}, _mode{ mode}
+tile_editor::tile_editor(StringView name) : _name{name}
{
load_atlases();
}