Browse Source

cleaning :/

timk 14 years ago
parent
commit
a6100406f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extras/collada/dae.js

+ 1 - 1
src/extras/collada/dae.js

@@ -236,7 +236,7 @@ var DAE = (function() {
 		
 		
 		obj.name = node.id || "";
 		obj.name = node.id || "";
 		obj.matrixAutoUpdate = false;
 		obj.matrixAutoUpdate = false;
-		obj.matrix = node.matrix.clone();
+		obj.matrix = node.matrix;
 
 
 		// FIXME: controllers
 		// FIXME: controllers
 		for (i =0; i < node.controllers.length; i++) {
 		for (i =0; i < node.controllers.length; i++) {