@@ -622,7 +622,7 @@ THREE.OBJLoader = ( function () {
// Handle null terminated files without exception
if ( line === '\0' ) continue;
- throw new Error( 'THREE.OBJLoader: Unexpected line: "' + line + '"' );
+ console.warn( 'THREE.OBJLoader: Unexpected line: "' + line + '"' );
}
@@ -639,7 +639,7 @@ var OBJLoader = ( function () {