From 31454423ba4acf3b1a9923afe84f3bcb35fadc13 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Sat, 13 Jul 2024 10:32:44 +0200 Subject: [PATCH] [Core] Fix TypedArray encoding when full objects is disabled --- core/io/marshalls.cpp | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/core/io/marshalls.cpp b/core/io/marshalls.cpp index c0d18d01207..67469de5cc9 100644 --- a/core/io/marshalls.cpp +++ b/core/io/marshalls.cpp @@ -1315,10 +1315,12 @@ Error encode_variant(const Variant &p_variant, uint8_t *r_buffer, int &r_len, bo if (array.is_typed()) { Ref