Browse Source

fix indentation

Lewy Blue 7 years ago
parent
commit
cc39f1d07e
1 changed files with 3 additions and 4 deletions
  1. 3 4
      examples/js/loaders/FBXLoader.js

+ 3 - 4
examples/js/loaders/FBXLoader.js

@@ -661,7 +661,6 @@
 
 	}
 
-
 	// Generate a THREE.BufferGeometry from a node in FBXTree.Objects.subNodes.Geometry
 	function genGeometry( geometryNode, deformer ) {
 
@@ -883,9 +882,9 @@
 					}
 
 					faceUVs[ i ].push(
-										data[ 0 ],
-										data[ 1 ]
-									);
+						data[ 0 ],
+						data[ 1 ]
+					);
 
 				}