mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2025-03-02 22:41:43 -05:00
Remove whitespace
This commit is contained in:
parent
06b68cd6a0
commit
fec860ede0
@ -181,7 +181,6 @@ function processObj(objFile, info, materials, images, done) {
|
||||
parseFloat(result[1]),
|
||||
parseFloat(result[2])
|
||||
);
|
||||
|
||||
} else if ((result = facePattern1.exec(line)) !== null) {
|
||||
addFace(
|
||||
result[1], result[1], undefined, undefined,
|
||||
|
Loading…
x
Reference in New Issue
Block a user