Skip to content

Commit

Permalink
Android Editor: Make progress dialog visible again
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Jul 23, 2024
1 parent 18c1c25 commit 2b827f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions editor/progress_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit 2b827f6

Please sign in to comment.