Merge pull request #64200 from Razoric480/raz/fix-ext-no-path
This commit is contained in:
commit
1efeab8eb8
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ Error ResourceInteractiveLoaderText::_parse_ext_resource(VariantParser::Stream *
|
|||
path = ProjectSettings::get_singleton()->localize_path(res_path.get_base_dir().plus_file(path));
|
||||
}
|
||||
|
||||
r_res = ResourceLoader::load(path, type, no_subresource_cache);
|
||||
r_res = ResourceLoader::load(path, type, false);
|
||||
|
||||
if (r_res.is_null()) {
|
||||
WARN_PRINT(String("Couldn't load external resource: " + path).utf8().get_data());
|
||||
|
|
Loading…
Reference in a new issue