feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
|
|
@ -41,7 +41,7 @@ void ResourcePreloader::_set_resources(const Array &p_data) {
|
|||
|
||||
for (int i = 0; i < resdata.size(); i++) {
|
||||
Ref<Resource> resource = resdata[i];
|
||||
ERR_CONTINUE(!resource.is_valid());
|
||||
ERR_CONTINUE(resource.is_null());
|
||||
resources[names[i]] = resource;
|
||||
|
||||
//add_resource(names[i],resource);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue