summaryrefslogtreecommitdiffhomepage
path: root/editor/editor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor.hpp')
-rw-r--r--editor/editor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor.hpp b/editor/editor.hpp
index b25e6900..1c9d9bec 100644
--- a/editor/editor.hpp
+++ b/editor/editor.hpp
@@ -51,6 +51,7 @@ private:
tile_editor _floor{ editor_mode::floor, "floor" };
tile_editor _wall { editor_mode::walls, "wall" };
+ scenery_editor _scenery;
struct drag_pos final {
global_coords coord, draw_coord;