Relintai/voxelman

reset_stages was not declared

Closed this issue · 1 comments

I get the following error with latest sources (building without additional dependencies):

modules/voxelman/world/jobs/voxel_terrarin_job.cpp: In member function 'void VoxelTerrarinJob::phase_terrarin_mesh()':
modules/voxelman/world/jobs/voxel_terrarin_job.cpp:366:3: error: 'reset_stages' was not declared in this scope; did you mean 'set_stage'?
  366 |   reset_stages();
      |   ^~~~~~~~~~~~

However, when including optional dependencies, this error does not show.

Thanks! ;-)