pull/1145/head
Giuseppe Barbieri 2017-01-18 21:56:33 +01:00 committed by GitHub
parent 45eb13719e
commit 11e1901922
1 changed files with 1 additions and 1 deletions

View File

@ -957,7 +957,7 @@ void PLYImporter::LoadMaterial(std::vector<aiMaterial*>* pvOut)
unsigned int iOpacity = 0xFFFFFFFF;
PLY::EDataType eOpacity = EDT_Char;
// serach in the DOM for a vertex entry
// search in the DOM for a vertex entry
unsigned int _i = 0;
for (std::vector<PLY::Element>::const_iterator i = this->pcDOM->alElements.begin();
i != this->pcDOM->alElements.end();++i,++_i)