This website works better with JavaScript
Home
Explore
Help
Sign In
javascript
/
three.js
mirror of
https://github.com/tazdij/three.js.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Change break to continue if problem not happens in last faces
lpoignant
11 years ago
parent
e5d8234889
commit
8d71154ddd
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/extras/GeometryUtils.js
+ 1
- 1
src/extras/GeometryUtils.js
View File
@@ -108,7 +108,7 @@ THREE.GeometryUtils = {
if ( uv === undefined ) {
-
break
;
+
continue
;
}