From edb014053ebd3256b3bce16d8d5ac6479d905a2e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 27 Oct 2022 14:42:14 +0200 Subject: kill serializing the world for now --- test/json.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test') diff --git a/test/json.cpp b/test/json.cpp index 198f2d48..8ea2bd09 100644 --- a/test/json.cpp +++ b/test/json.cpp @@ -11,6 +11,7 @@ namespace floormat { +[[maybe_unused]] static chunk make_test_chunk() { auto metal1 = loader.tile_atlas("metal1", {2, 2}), @@ -47,10 +48,6 @@ bool floormat::test_json() // NOLINT(readability-convert-member-functions-to-sta Magnum::Math::Vector3 vec{0.f/zero, -1.f/zero, 123.f}; json_helper::to_json(vec, output_dir/"vec3_inf.json"); } - { - const auto chunk = make_test_chunk(); - json_helper::to_json(chunk, output_dir/"zzz_chunk-1.json"); - } return true; } -- cgit v1.2.3