summaryrefslogtreecommitdiffhomepage
path: root/main/ctor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/ctor.cpp')
-rw-r--r--main/ctor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/ctor.cpp b/main/ctor.cpp
index 402e7db0..35968535 100644
--- a/main/ctor.cpp
+++ b/main/ctor.cpp
@@ -30,6 +30,7 @@ class world& main_impl::reset_world(class world&& w) noexcept
{
arrayResize(_clickable_scenery, 0);
_world = move(w);
+ _first_frame = true;
return _world;
}