Skip to content

Commit b882201

Browse files
committed
Clean up.
1 parent 7d1e856 commit b882201

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/js/exporters/OBJExporter.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ THREE.OBJExporter.prototype = {
136136
};
137137

138138
object.traverse( function ( child ) {
139+
139140
if ( child instanceof THREE.Mesh ) parseMesh( child );
141+
140142
} );
141143

142144
return output;

0 commit comments

Comments
 (0)