summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-02-24 11:15:10 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-02-24 11:15:10 +0100
commite1b1538362d58145e8fcdf68537bcf9fa798f58b (patch)
tree38af4f9e9074b6257c80925126504defe5427e03 /editor/app.hpp
parenta335d1efbde4f5415632666aaf8f4fd55a30a8bf (diff)
a
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;
};