Merge pull request #40119 from nekomatata/fix-startup-import-crash
Fix crash on project files import in EditorFileSystem
This commit is contained in:
commit
854e9d48ed
@ -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 New Issue
Block a user