Merge pull request #40119 from nekomatata/fix-startup-import-crash

Fix crash on project files import in EditorFileSystem
This commit is contained in:
Rémi Verschelde 2020-07-05 00:53:00 +02:00 committed by GitHub
commit 854e9d48ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {