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/app.cpp | |
| parent | d1984938e4f0cbc24b7b8cc6e219fa873d39418a (diff) | |
mplement z levels
Diffstat (limited to 'editor/app.cpp')
| -rw-r--r-- | editor/app.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/app.cpp b/editor/app.cpp index 4293708d..e2632f32 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -90,6 +90,7 @@ void app::reset_world(struct world&& w_) const auto pixel = cursor.pixel; cursor = {}; _character_id = 0; + _render_all_z_levels = true; auto& w = M->reset_world(std::move(w_)); w.collect(true); |
