Android Editor: Make progress dialog visible again
This commit is contained in:
parent
18c1c25ca0
commit
2b827f6d5f
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue