Browse Source

Update AnimationHandler.js

Fix for issue #5516
Kevin 10 years ago
parent
commit
16b5c2b622
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extras/animation/AnimationHandler.js

+ 1 - 1
src/extras/animation/AnimationHandler.js

@@ -20,7 +20,7 @@ THREE.AnimationHandler = {
 
 	init: function ( data ) {
 
-		if ( data.initialized === true ) return;
+		if ( data.initialized === true ) return data;
 
 		// loop through all keys