Explorar o código

Fixed: Initialize all members in IntSplitGroupData_MDL7

Richard %!s(int64=10) %!d(string=hai) anos
pai
achega
987034e080
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
     {
     }