Fix typo.

This commit is contained in:
Relintai 2022-02-09 13:07:09 +01:00
parent 6032336aef
commit 7ac23679e5

View File

@ -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) {