You've already forked godot
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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user