summaryrefslogtreecommitdiffhomepage
path: root/editor/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.cpp')
-rw-r--r--editor/app.cpp1
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);