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