diff --git a/code/FBXDocumentUtil.cpp b/code/FBXDocumentUtil.cpp index b7de8d91d..6f1e18e42 100644 --- a/code/FBXDocumentUtil.cpp +++ b/code/FBXDocumentUtil.cpp @@ -115,7 +115,7 @@ std::shared_ptr GetPropertyTable(const Document& doc, } } - if(!Properties70) { + if(!Properties70 || !Properties70->Compound()) { if(!no_warn) { DOMWarning("property table (Properties70) not found",&element); }