summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editor/progress_dialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/progress_dialog.cpp b/editor/progress_dialog.cpp
index 2623079cfe..c21723d1ba 100644
--- a/editor/progress_dialog.cpp
+++ b/editor/progress_dialog.cpp
@@ -130,9 +130,7 @@ void ProgressDialog::_update_ui() {
// Run main loop for two frames.
if (is_inside_tree()) {
DisplayServer::get_singleton()->process_events();
-#ifndef ANDROID_ENABLED
Main::iteration();
-#endif
}
}