From 8d71154ddd5c87ea105981a03bf75e99cc1cba9f Mon Sep 17 00:00:00 2001 From: lpoignant Date: Sat, 1 Mar 2014 11:27:16 +0100 Subject: [PATCH] Change break to continue if problem not happens in last faces --- src/extras/GeometryUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extras/GeometryUtils.js b/src/extras/GeometryUtils.js index 2e5b35b338..c0a37edff2 100644 --- a/src/extras/GeometryUtils.js +++ b/src/extras/GeometryUtils.js @@ -108,7 +108,7 @@ THREE.GeometryUtils = { if ( uv === undefined ) { - break; + continue; } -- GitLab