Update ColladaParser.cpp

pull/1152/head
Giuseppe Barbieri 2017-01-26 17:29:31 +01:00 committed by GitHub
parent 85e2788e50
commit 0434f5a5ff
1 changed files with 1 additions and 1 deletions

View File

@ -694,7 +694,7 @@ void ColladaParser::ReadController( Collada::Controller& pController)
SkipSpacesAndLineEnd( &content); SkipSpacesAndLineEnd( &content);
} }
TestClosing( "bind_shape_matrix"); TestClosing( "bind_shape_matrix");
} }
else if( IsElement( "source")) else if( IsElement( "source"))
{ {