浏览代码

Fixed: Initialize all members in IntSplitGroupData_MDL7

Richard 10 年之前
父节点
当前提交
987034e080
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/MDLFileData.h

+ 1 - 1
code/MDLFileData.h

@@ -938,7 +938,7 @@ struct IntSplitGroupData_MDL7
     IntSplitGroupData_MDL7(IntSharedData_MDL7& _shared,
         std::vector<aiMesh*>& _avOutList)
 
-        : shared(_shared), avOutList(_avOutList)
+        : aiSplit(), shared(_shared), avOutList(_avOutList)
     {
     }