summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index f6a2e842..d1d67ac8 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -129,6 +129,7 @@ private:
key_set keys;
std::array<int, key_set::COUNT> key_modifiers = {};
cursor_state cursor;
+ Optional<global_coords> inspected_scenery;
bool _draw_collision_boxes : 1 = false;
};