浏览代码

Android Editor: Make progress dialog visible again

Rémi Verschelde 1 年之前
父节点
当前提交
2b827f6d5f
共有 1 个文件被更改,包括 0 次插入2 次删除
  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
 	}
 }