You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Fix binary internal cache not being filled
This commit is contained in:
@@ -403,7 +403,7 @@ Error ResourceInteractiveLoaderText::poll() {
|
||||
path = remaps[path];
|
||||
}
|
||||
|
||||
RES res = ResourceLoader::load(path, type, no_subresource_cache);
|
||||
RES res = ResourceLoader::load(path, type, false);
|
||||
|
||||
if (res.is_null()) {
|
||||
if (ResourceLoader::get_abort_on_missing_resources()) {
|
||||
|
||||
Reference in New Issue
Block a user