diff --git a/code/ColladaParser.cpp b/code/ColladaParser.cpp index 3a23b6692..0bacf2275 100644 --- a/code/ColladaParser.cpp +++ b/code/ColladaParser.cpp @@ -321,6 +321,9 @@ void ColladaParser::ReadAnimation( Collada::Animation* pParent) // Better add another indirection to that! Can't have enough of those. int indexTarget = GetAttribute( "target"); channel.mTarget = mReader->getAttributeValue( indexTarget); + + if( !mReader->isEmptyElement()) + SkipElement(); } else {