Browse Source

Merge pull request #1156 from elect86/patch-7

Update ColladaParser.cpp
Alexander Gessler 8 years ago
parent
commit
28a78ca460
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/ColladaParser.cpp

+ 1 - 1
code/ColladaParser.cpp

@@ -1634,7 +1634,7 @@ void ColladaParser::ReadEffectColor( aiColor4D& pColor, Sampler& pSampler)
             }
             else if( IsElement( "texture"))
             {
-                // get name of source textur/sampler
+                // get name of source texture/sampler
                 int attrTex = GetAttribute( "texture");
                 pSampler.mName = mReader->getAttributeValue( attrTex);