|
@@ -554,7 +554,7 @@ void X3DImporter::Postprocess_BuildMesh(const CX3DImporter_NodeElement& pNodeEle
|
|
|
}
|
|
|
|
|
|
// copy additional information from children
|
|
|
- for(std::list<CX3DImporter_NodeElement*>::iterator ch_it = tnemesh.Child.begin(); ch_it != tnemesh.Child.end(); ch_it++)
|
|
|
+ for(std::list<CX3DImporter_NodeElement*>::iterator ch_it = tnemesh.Child.begin(); ch_it != tnemesh.Child.end(); ++ch_it)
|
|
|
{
|
|
|
ai_assert(*pMesh);
|
|
|
if((*ch_it)->Type == CX3DImporter_NodeElement::ENET_Color)
|