diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-11 04:07:58 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-11 04:07:58 +0100 |
| commit | be5ca3208891a8d45cbb7f9c25905f46332572a0 (patch) | |
| tree | 04d89404a2aecb26f0dc2299bffdfba4f5eb8df3 /test/serializer.cpp | |
| parent | eaa6c76bd92e292ac59dcfa0a7aa70cd1e2f50fb (diff) | |
w
Diffstat (limited to 'test/serializer.cpp')
| -rw-r--r-- | test/serializer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/serializer.cpp b/test/serializer.cpp index 5fd55b3e..9ef3b021 100644 --- a/test/serializer.cpp +++ b/test/serializer.cpp @@ -17,8 +17,8 @@ chunk& test_app::make_test_chunk(world& w, chunk_coords_ ch) { chunk& c = w[ch]; c.mark_modified(); - auto metal2 = loader.tile_atlas("metal2", {2, 2}, pass_mode::blocked), - tiles = loader.tile_atlas("tiles", {8, 5}, pass_mode::pass); + auto metal2 = loader.wall_atlas("concrete1", false); + auto tiles = loader.tile_atlas("tiles", {8, 5}, pass_mode::pass); constexpr auto N = TILE_MAX_DIM; for (auto [x, k, pt] : c) x.ground() = { tiles, variant_t(k % tiles->num_tiles()) }; |
