diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-19 16:18:13 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-19 16:18:13 +0100 |
commit | 86bd6a4411badecfc76fe3a9d29b4aa30c8fdba7 (patch) | |
tree | 468c23d67bab654f98126c1fa7ab58e9043b3f6a /test | |
parent | f1da751349fb52a8a88b10bc3289288a4fcd2396 (diff) |
work on entity reodering
Diffstat (limited to 'test')
-rw-r--r-- | test/serializer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/serializer.cpp b/test/serializer.cpp index 236003cf..090034db 100644 --- a/test/serializer.cpp +++ b/test/serializer.cpp @@ -39,6 +39,7 @@ chunk& make_test_chunk(world& w, chunk_coords ch) auto i = e.index(); e.activate(i); e.update(i, 1.f/60); + e.reposition(i); fm_assert(e.active); fm_assert(e.frame != 0 && e.frame != e.atlas->info().nframes - 1); } |