Browse Source

Change break to continue if problem not happens in last faces

lpoignant 11 years ago
parent
commit
8d71154ddd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extras/GeometryUtils.js

+ 1 - 1
src/extras/GeometryUtils.js

@@ -108,7 +108,7 @@ THREE.GeometryUtils = {
 			
 			if ( uv === undefined ) {
 				
-				break;
+				continue;
 				
 			}