mirror of
https://github.com/Relintai/voxelman.git
synced 2025-01-10 14:59:36 +01:00
Fix typo.
This commit is contained in:
parent
6032336aef
commit
7ac23679e5
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user