Update PlyLoader.cpp

Typo
pull/1140/head
Giuseppe Barbieri 2017-01-16 21:06:05 +01:00 committed by GitHub
parent f438652df8
commit f14e433dd9
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ void PLYImporter::LoadTextureCoordinates(std::vector<aiVector2D>* pvOut)
PLY::ElementInstanceList* pcList = NULL;
unsigned int cnt = 0;
// 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 = pcDOM->alElements.begin();
i != pcDOM->alElements.end();++i,++_i)