diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 18:15:00 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 18:15:00 +0100 |
commit | c93b3616adbf26673fc928fdfbbec814fec41c75 (patch) | |
tree | 517ee19f32a2ae7d098141335b04e92bffcdc564 /test/json.cpp | |
parent | 98416d95331c63affabf331afba0e1dcb307c430 (diff) |
w
Diffstat (limited to 'test/json.cpp')
-rw-r--r-- | test/json.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json.cpp b/test/json.cpp index 3d7a5f0f..ad0cee37 100644 --- a/test/json.cpp +++ b/test/json.cpp @@ -41,7 +41,7 @@ void test_app::test_json() // NOLINT(readability-convert-member-functions-to-sta fm_assert(Path::exists(Path::join(loader.TEMP_PATH, "CMakeCache.txt"))); const auto output_dir = Path::join(loader.TEMP_PATH, "test/."_s); { - auto atlas = loader.ground_atlas("metal1", { 2, 2 }, pass_mode::pass); + auto atlas = loader.get_ground_atlas("metal1", { 2, 2 }, pass_mode::pass); json_helper::to_json(atlas, Path::join(output_dir, "atlas.json")); } { |