diff --git a/prop_instance_prop_job.cpp b/prop_instance_prop_job.cpp index 9917cf8..86922ae 100644 --- a/prop_instance_prop_job.cpp +++ b/prop_instance_prop_job.cpp @@ -214,7 +214,7 @@ void PropInstancePropJob::phase_prop() { } if (get_prop_mesher()->get_vertex_count() == 0) { - //reset_stages(); + reset_stages(); set_complete(true); //So threadpool knows it's done return; @@ -290,6 +290,7 @@ void PropInstancePropJob::phase_prop() { #endif + reset_stages(); next_phase(); }