1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Android Editor: Make progress dialog visible again

This commit is contained in:
Rémi Verschelde
2024-07-23 17:35:42 +02:00
parent 18c1c25ca0
commit 2b827f6d5f

View File

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