You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Fix external resource cache regression
This commit is contained in:
@@ -422,6 +422,7 @@ Error ResourceInteractiveLoaderText::poll() {
|
||||
}
|
||||
|
||||
ExtResource er;
|
||||
er.cache = res;
|
||||
er.path = path;
|
||||
er.type = type;
|
||||
ext_resources[index] = er;
|
||||
|
||||
@@ -48,6 +48,7 @@ class ResourceInteractiveLoaderText : public ResourceInteractiveLoader {
|
||||
VariantParser::StreamFile stream;
|
||||
|
||||
struct ExtResource {
|
||||
RES cache;
|
||||
String path;
|
||||
String type;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user