parent
bbe6f7f213
commit
8e009c3d0c
|
@ -1425,7 +1425,7 @@ void MDLImporter::InternReadFile_3DGS_MDL7( )
|
||||||
char* aszGroupNameBuffer = new char[ buffersize ];
|
char* aszGroupNameBuffer = new char[ buffersize ];
|
||||||
|
|
||||||
// read all groups
|
// read all groups
|
||||||
for (unsigned int iGroup = 0; iGroup < (unsigned int)pcHeader->groups_num;++iGroup) {
|
for (unsigned int iGroup = 0; iGroup < (unsigned int)pcHeader->groups_num; ++iGroup) {
|
||||||
MDL::IntGroupInfo_MDL7 groupInfo((BE_NCONST MDL::Group_MDL7*)szCurrent,iGroup);
|
MDL::IntGroupInfo_MDL7 groupInfo((BE_NCONST MDL::Group_MDL7*)szCurrent,iGroup);
|
||||||
szCurrent = (const unsigned char*)(groupInfo.pcGroup+1);
|
szCurrent = (const unsigned char*)(groupInfo.pcGroup+1);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue