diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-01 17:34:04 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-01 17:34:04 +0100 |
commit | 10e22ed4fb0bd21d9d268c5c6f1ac1c7d9e4b621 (patch) | |
tree | 56e4c085cb9d29f4d2db19e208d57e983a1aa318 /test/serializer.cpp | |
parent | 9a0399ae67ad378d2f746114dd297230104cf018 (diff) |
w
Diffstat (limited to 'test/serializer.cpp')
-rw-r--r-- | test/serializer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/serializer.cpp b/test/serializer.cpp index cc9405ef..61a5d509 100644 --- a/test/serializer.cpp +++ b/test/serializer.cpp @@ -54,7 +54,7 @@ chunk& test_app::make_test_chunk(world& w, chunk_coords_ ch) const auto index = e.index(); const auto end = e.atlas->info().nframes-1; constexpr auto second = Ns(1e9); - constexpr auto dt = second / 60; + constexpr auto dt = Ns{second.stamp / 60}; fm_assert(e.frame == end); { auto& x = std::get<door_scenery>(e.subtype); fm_assert(!x.active); |