summaryrefslogtreecommitdiffstats
path: root/core/variant/variant_destruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/variant/variant_destruct.h')
-rw-r--r--core/variant/variant_destruct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/variant/variant_destruct.h b/core/variant/variant_destruct.h
index c496189c6d..d91d99b02e 100644
--- a/core/variant/variant_destruct.h
+++ b/core/variant/variant_destruct.h
@@ -65,6 +65,7 @@ MAKE_PTRDESTRUCT(PackedStringArray);
MAKE_PTRDESTRUCT(PackedVector2Array);
MAKE_PTRDESTRUCT(PackedVector3Array);
MAKE_PTRDESTRUCT(PackedColorArray);
+MAKE_PTRDESTRUCT(PackedVector4Array);
#undef MAKE_PTRDESTRUCT