Explorar el Código

Merge pull request #94662 from akien-mga/android-editor-some-visible-progress

Android Editor: Make progress dialog visible again
Rémi Verschelde hace 1 año
padre
commit
8e36f98ea5
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      editor/progress_dialog.cpp

+ 0 - 2
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
 	}
 }