Browse Source

Merge branch 'master' into fixbuild

Kim Kulling 7 năm trước cách đây
mục cha
commit
e29437ff3b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
         }