diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-24 11:15:10 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-24 11:15:10 +0100 |
commit | e1b1538362d58145e8fcdf68537bcf9fa798f58b (patch) | |
tree | 38af4f9e9074b6257c80925126504defe5427e03 /editor/app.hpp | |
parent | a335d1efbde4f5415632666aaf8f4fd55a30a8bf (diff) |
a
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 1 |
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; }; |