diff --git a/editor/progress_dialog.cpp b/editor/progress_dialog.cpp index 2623079cfe3..c21723d1ba7 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 } }