mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Rationalize busy waits
This commit is contained in:
parent
44fa552343
commit
4f8dd96b3d
7 changed files with 30 additions and 22 deletions
|
|
@ -577,7 +577,6 @@ bool EditorFileSystemImportFormatSupportQueryBlend::query() {
|
|||
confirmed = false;
|
||||
|
||||
while (true) {
|
||||
OS::get_singleton()->delay_usec(1);
|
||||
DisplayServer::get_singleton()->process_events();
|
||||
Main::iteration();
|
||||
if (!configure_blender_dialog->is_visible() || confirmed) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue