You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Type of exported typed array can be external resource
This commit is contained in:
@@ -2016,6 +2016,7 @@ void ResourceFormatSaverBinaryInstance::_find_resources(const Variant &p_variant
|
||||
|
||||
case Variant::ARRAY: {
|
||||
Array varray = p_variant;
|
||||
_find_resources(varray.get_typed_script());
|
||||
int len = varray.size();
|
||||
for (int i = 0; i < len; i++) {
|
||||
const Variant &v = varray.get(i);
|
||||
|
||||
Reference in New Issue
Block a user