Merge pull request #96656 from RandomShaper/res_changed_multiverse_fixups
ResourceLoader: Fixup resource changed feature
This commit is contained in:
commit
c9dc1eb1d5
1 changed files with 4 additions and 0 deletions
|
@ -818,6 +818,8 @@ Ref<Resource> ResourceLoader::_load_complete_inner(LoadToken &p_load_token, Erro
|
|||
load_task_ptr = &load_task;
|
||||
}
|
||||
|
||||
p_thread_load_lock.temp_unlock();
|
||||
|
||||
Ref<Resource> resource = load_task_ptr->resource;
|
||||
if (r_error) {
|
||||
*r_error = load_task_ptr->error;
|
||||
|
@ -855,6 +857,8 @@ Ref<Resource> ResourceLoader::_load_complete_inner(LoadToken &p_load_token, Erro
|
|||
}
|
||||
}
|
||||
|
||||
p_thread_load_lock.temp_relock();
|
||||
|
||||
return resource;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue