We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be8175 commit b027644Copy full SHA for b027644
2 files changed
core/variant/packed_typed_array.cpp
@@ -3130,6 +3130,7 @@ bool PackedTypedArray::can_take_variant(const Variant &p_value) const {
3130
StringName global_class_name = script->get_global_class_name();
3131
3132
if (global_class_name == StringName()) {
3133
+ script = script->get_base_script();
3134
continue;
3135
}
3136
core/variant/typed_array.cpp
@@ -1196,6 +1196,7 @@ bool TypedArray::can_take_variant(const Variant &p_value) const {
1196
1197
1198
1199
1200
1201
1202
0 commit comments