소스 검색

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
 	}
 }