Typo fixes

This commit is contained in:
Alberto Luaces
2016-05-30 12:30:05 +01:00
committed by Robert Osfield
parent 307001391f
commit 260cbab518
40 changed files with 56 additions and 56 deletions

View File

@@ -275,7 +275,7 @@ void ReaderWriterOBJ::buildMaterialToStateSetMap(obj::Model& model, MaterialToSt
{
if (localOptions.fixBlackMaterials)
{
// hack to fix Maya exported models that contian all black materials.
// hack to fix Maya exported models that contain all black materials.
int numBlack = 0;
int numNotBlack = 0;
obj::Model::MaterialMap::iterator itr;