diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-08 12:01:42 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-04-08 12:21:26 +0200 |
| commit | 0cd263af59f256da2d2f3a77be264d5e64c1ec5d (patch) | |
| tree | f89935707693657ac804aef27c6b188ed66f4d30 /editor/update.cpp | |
| parent | d1984938e4f0cbc24b7b8cc6e219fa873d39418a (diff) | |
mplement z levels
Diffstat (limited to 'editor/update.cpp')
| -rw-r--r-- | editor/update.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/update.cpp b/editor/update.cpp index f36b2905..2ab34ccb 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -160,6 +160,8 @@ void app::do_key(key k, int mods) return void(_render_bboxes = !_render_bboxes); case key_render_clickables: return void(_render_clickables = !_render_clickables); + case key_render_all_z_levels: + return void(_render_all_z_levels = !_render_all_z_levels); case key_quicksave: return do_quicksave(); case key_quickload: |
