typo
parent
715c0589f7
commit
c5e2868853
|
@ -161,7 +161,7 @@ void GeometryConverter::convert(const std::string &inputFile,
|
||||||
} else if (endsWith(toLowerCase(inputFile), ".obj")) {
|
} else if (endsWith(toLowerCase(inputFile), ".obj")) {
|
||||||
convertOBJ(inputFile, os, textureDirectory, meshesDirectory);
|
convertOBJ(inputFile, os, textureDirectory, meshesDirectory);
|
||||||
} else {
|
} else {
|
||||||
SLog(EError, "Unknown input format (must end in either .DAE or .OBJ");
|
SLog(EError, "Unknown input format (must end in either .DAE or .OBJ)");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (adjustmentFile != "") {
|
if (adjustmentFile != "") {
|
||||||
|
|
Loading…
Reference in New Issue