From 0434f5a5ff1f0726562d7434c6b81232076f80be Mon Sep 17 00:00:00 2001 From: Giuseppe Barbieri Date: Thu, 26 Jan 2017 17:29:31 +0100 Subject: [PATCH] Update ColladaParser.cpp --- code/ColladaParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ColladaParser.cpp b/code/ColladaParser.cpp index eb9d2abc0..c61ca251c 100644 --- a/code/ColladaParser.cpp +++ b/code/ColladaParser.cpp @@ -694,7 +694,7 @@ void ColladaParser::ReadController( Collada::Controller& pController) SkipSpacesAndLineEnd( &content); } - TestClosing( "bind_shape_matrix"); + TestClosing( "bind_shape_matrix"); } else if( IsElement( "source")) {