diff options
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 9ef3b021..bf31e7f5 100644 --- a/test/serializer.cpp +++ b/test/serializer.cpp @@ -17,7 +17,7 @@ chunk& test_app::make_test_chunk(world& w, chunk_coords_ ch) { chunk& c = w[ch]; c.mark_modified(); - auto metal2 = loader.wall_atlas("concrete1", false); + auto metal2 = loader.wall_atlas("empty", false); auto tiles = loader.tile_atlas("tiles", {8, 5}, pass_mode::pass); constexpr auto N = TILE_MAX_DIM; for (auto [x, k, pt] : c) |