1
0
Эх сурвалжийг харах

Change break to continue if problem not happens in last faces

lpoignant 12 жил өмнө
parent
commit
8d71154ddd

+ 1 - 1
src/extras/GeometryUtils.js

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

粤ICP备19079148号