diff --git a/Source/ThirdParty/OpenFBX/ofbx.cpp b/Source/ThirdParty/OpenFBX/ofbx.cpp index 02a37e94a..001a39271 100644 --- a/Source/ThirdParty/OpenFBX/ofbx.cpp +++ b/Source/ThirdParty/OpenFBX/ofbx.cpp @@ -2131,6 +2131,7 @@ template <> const char* fromString(const char* str, const char* end, Mat template static void parseTextArray(const Property& property, std::vector* out) { + out->clear(); const u8* iter = property.value.begin; for (int i = 0; i < property.count; ++i) {