Ver código fonte

Merge pull request #1145 from elect86/patch-3

typo
Kim Kulling 8 anos atrás
pai
commit
57975cb007
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      code/PlyLoader.cpp

+ 1 - 1
code/PlyLoader.cpp

@@ -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)