From 7ac23679e543687c4438c3e2d5f6797456112224 Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 9 Feb 2022 13:07:09 +0100 Subject: [PATCH] Fix typo. --- world/jobs/voxel_terrain_job.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/jobs/voxel_terrain_job.cpp b/world/jobs/voxel_terrain_job.cpp index 19b03bc..3d4081f 100644 --- a/world/jobs/voxel_terrain_job.cpp +++ b/world/jobs/voxel_terrain_job.cpp @@ -621,7 +621,7 @@ void VoxelTerrainJob::_execute_phase() { } else if (_phase == 3) { phase_collider(); } else if (_phase == 5) { - new_phase_terrain_mesh(); + phase_terrain_mesh(); } else if (_phase == 6) { phase_finalize(); } else if (_phase > 6) {