Browse Source

Update ColladaParser.cpp

Giuseppe Barbieri 8 years ago
parent
commit
0434f5a5ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/ColladaParser.cpp

+ 1 - 1
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"))
             {