Explorar o código

Update ColladaParser.cpp

Giuseppe Barbieri %!s(int64=8) %!d(string=hai) anos
pai
achega
c3c637be37
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"))
             else if( IsElement( "texture"))
             {
             {
-                // get name of source textur/sampler
+                // get name of source texture/sampler
                 int attrTex = GetAttribute( "texture");
                 int attrTex = GetAttribute( "texture");
                 pSampler.mName = mReader->getAttributeValue( attrTex);
                 pSampler.mName = mReader->getAttributeValue( attrTex);