Browse Source

Remove unnessecary assignement

https://lgtm.com/projects/g/mrdoob/three.js/snapshot/88225c1a6d4bcdcf2ab408a972a8319ff38f4f53/files/examples/js/loaders/FBXLoader.js#V1099
gero3 7 years ago
parent
commit
7f648bbcd4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/js/loaders/FBXLoader.js

+ 0 - 2
examples/js/loaders/FBXLoader.js

@@ -1098,8 +1098,6 @@
 				}
 				}
 
 
 				polygonIndex ++;
 				polygonIndex ++;
-
-				endOfFace = false;
 				faceLength = 0;
 				faceLength = 0;
 
 
 				// reset arrays for the next face
 				// reset arrays for the next face