소스 검색

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)
     {
     }