Browse Source

Added a missing 'var'

Juha-Pekka Arimaa 7 năm trước cách đây
mục cha
commit
acaa9a46ab
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/js/loaders/FBXLoader.js

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

@@ -388,7 +388,7 @@
 
 		if ( 'Scaling' in textureNode.properties ) {
 
-			values = textureNode.properties.Scaling.value;
+			var values = textureNode.properties.Scaling.value;
 
 			if ( typeof values === 'string' ) {