summaryrefslogtreecommitdiffhomepage
path: root/editor/app.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-03-01 21:06:48 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-03-01 21:33:18 +0100
commit52b8ef97891061fcf4e57a7f07b6e1b4e1898f2b (patch)
tree797711cd0af15d8b6588c15acd8fd8fb9c98742b /editor/app.cpp
parentf9767c694e85fe774a68072f10facc5fcf4c6403 (diff)
editor: make the timestamp a bit more useful
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 ca4dd853..1727b780 100644
--- a/editor/app.cpp
+++ b/editor/app.cpp
@@ -94,6 +94,7 @@ void app::reset_world(class world&& w_)
_character_id = 0;
_render_vobjs = true;
_render_all_z_levels = true;
+ _timestamp = 0;
auto& w = M->reset_world(move(w_));
w.collect(true);