Fixed: Initialize all members in IntSplitGroupData_MDL7
parent
9f0c12c1c6
commit
987034e080
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue