From 54965220ebe8f0c1cecb6d1cfec856c979aaa92d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 8 Apr 2023 14:08:50 +0200 Subject: make global_coords ctor less implicit --- test/serializer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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); } -- cgit v1.2.3