Browse Source

Added a missing 'var'

Juha-Pekka Arimaa 7 years ago
parent
commit
acaa9a46ab
1 changed files with 1 additions and 1 deletions
  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' ) {