瀏覽代碼

Added a missing 'var'

Juha-Pekka Arimaa 7 年之前
父節點
當前提交
acaa9a46ab
共有 1 個文件被更改,包括 1 次插入1 次删除
  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' ) {