summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/serializer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/serializer.cpp b/test/serializer.cpp
index 02e6fdcc..75b0c13c 100644
--- a/test/serializer.cpp
+++ b/test/serializer.cpp
@@ -93,7 +93,7 @@ void test_serializer(StringView input, StringView tmp)
w = world::deserialize(input);
else
{
- coord = {1, 1};
+ coord = {1, 1, 0};
w = world();
make_test_chunk(w, coord);
}