Преглед изворни кода

Update AnimationHandler.js

Fix for issue #5516
Kevin пре 11 година
родитељ
комит
16b5c2b622
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 

粤ICP备19079148号