diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-25 20:11:31 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-25 20:11:31 +0100 |
commit | 61def2af0683013866cc4eecd150b8edf76b97da (patch) | |
tree | 166704e99217f8a7db7f24372182190c9b78465d /editor/app.hpp | |
parent | eb8c57873f6120b8e37fefd170b4adcaf929928e (diff) |
a
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index d1d67ac8..64fdb587 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -130,7 +130,7 @@ private: std::array<int, key_set::COUNT> key_modifiers = {}; cursor_state cursor; Optional<global_coords> inspected_scenery; - bool _draw_collision_boxes : 1 = false; + bool _enable_render_bboxes : 1 = false; }; } // namespace floormat |