@@ -1800,7 +1800,8 @@ static uint64_t idle_process_max = 0;
bool Main::iteration() {
- ERR_FAIL_COND_V(iterating, false);
+ //for now do not error on this
+ //ERR_FAIL_COND_V(iterating, false);
iterating = true;