summaryrefslogtreecommitdiffhomepage
path: root/main/editor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/editor.cpp')
-rw-r--r--main/editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/editor.cpp b/main/editor.cpp
index a83100c2..7759b596 100644
--- a/main/editor.cpp
+++ b/main/editor.cpp
@@ -10,7 +10,7 @@ namespace floormat {
static const std::filesystem::path image_path{IMAGE_PATH, std::filesystem::path::generic_format};
-tile_type::tile_type(Containers::StringView name) : _name{name}
+tile_type::tile_type(editor_mode mode, Containers::StringView name) : _name{name}, _mode{mode}
{
load_atlases();
}