Skip to content

Commit

Permalink
Update ColladaParser.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 authored Jan 28, 2017
1 parent 3e4a01a commit c3c637b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ColladaParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit c3c637b

Please sign in to comment.