Android Editor: Make progress dialog visible again
This commit is contained in:
parent
18c1c25ca0
commit
2b827f6d5f
@ -130,9 +130,7 @@ void ProgressDialog::_update_ui() {
|
|||||||
// Run main loop for two frames.
|
// Run main loop for two frames.
|
||||||
if (is_inside_tree()) {
|
if (is_inside_tree()) {
|
||||||
DisplayServer::get_singleton()->process_events();
|
DisplayServer::get_singleton()->process_events();
|
||||||
#ifndef ANDROID_ENABLED
|
|
||||||
Main::iteration();
|
Main::iteration();
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user