Explorar o código

Android Editor: Make progress dialog visible again

Rémi Verschelde hai 1 ano
pai
achega
2b827f6d5f
Modificáronse 1 ficheiros con 0 adicións e 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
 	}
 }