diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 20:02:09 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 20:02:09 +0100 |
| commit | 6fe22e25a0563c34ced759d09978ac1e99364bfc (patch) | |
| tree | 4cfe2a0acf544b026f3d54fcf592619cbb32645c /serialize | |
| parent | 618af3c94ca418511a658c7a3e074b249b6e6937 (diff) | |
a
Diffstat (limited to 'serialize')
| -rw-r--r-- | serialize/world-reader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize/world-reader.cpp b/serialize/world-reader.cpp index 5e66616b..74023092 100644 --- a/serialize/world-reader.cpp +++ b/serialize/world-reader.cpp @@ -217,7 +217,7 @@ void reader_state::read_chunks(reader_t& s) auto name = lookup_atlas(id); if constexpr(std::is_same_v<ground_atlas, T>) { - auto atlas = loader.ground_atlas(name); + auto atlas = loader.ground_atlas(name, true); fm_soft_assert(v < atlas->num_tiles()); return { atlas, v }; } |
