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

ColladaLoader2: Added missing var

Mugen87 пре 8 година
родитељ
комит
04bc9c6ea4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/js/loaders/ColladaLoader2.js

+ 1 - 1
examples/js/loaders/ColladaLoader2.js

@@ -430,7 +430,7 @@ THREE.ColladaLoader.prototype = {
 
 			}
 
-			keyframes = prepareAnimationData( data, defaultMatrix );
+			var keyframes = prepareAnimationData( data, defaultMatrix );
 
 			var animation = {
 				name: '.bones[' + node.sid + ']',

粤ICP备19079148号