parent
0a8dbe7f75
commit
759fef5401
1 changed files with 1 additions and 1 deletions
|
@ -1107,7 +1107,7 @@ void EditorFileSystem::_notification(int p_what) {
|
|||
_queue_update_script_classes();
|
||||
first_scan = false;
|
||||
}
|
||||
} else if (!scanning) {
|
||||
} else if (!scanning && thread) {
|
||||
set_process(false);
|
||||
|
||||
if (filesystem) {
|
||||
|
|
Loading…
Reference in a new issue