浏览代码

Merge branch 'master' into fixbuild

Kim Kulling 7 年之前
父节点
当前提交
e29437ff3b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/FBXDocumentUtil.cpp

+ 1 - 1
code/FBXDocumentUtil.cpp

@@ -115,7 +115,7 @@ std::shared_ptr<const PropertyTable> GetPropertyTable(const Document& doc,
         }
     }
 
-    if(!Properties70) {
+    if(!Properties70 || !Properties70->Compound()) {
         if(!no_warn) {
             DOMWarning("property table (Properties70) not found",&element);
         }