Update ColladaParser.cpp

pull/1156/head
Giuseppe Barbieri 2017-01-28 08:02:02 +01:00 committed by GitHub
parent 3e4a01ab04
commit c3c637be37
1 changed files with 1 additions and 1 deletions

View File

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