Browse Source

resolve more conflicts

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

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

@@ -732,10 +732,10 @@
 
 
 			var uvInfo = [];
 			var uvInfo = [];
 			var i = 0;
 			var i = 0;
-			while ( subNodes.LayerElementUV[ i ] ) {
+			while ( subNodes.LayerElementUV[ i ] ){
 
 
-				uvInfo.push( getUVs( subNodes.LayerElementUV[ i ] ) );
-				i ++;
+				uvInfo.push(getUVs( subNodes.LayerElementUV[ i ] ));
+				i++;
 
 
 			}
 			}