diff options
-rw-r--r-- | main/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index b94130002d..211c3b69da 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -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; |