typo
parent
715c0589f7
commit
c5e2868853
|
@ -161,7 +161,7 @@ void GeometryConverter::convert(const std::string &inputFile,
|
|||
} else if (endsWith(toLowerCase(inputFile), ".obj")) {
|
||||
convertOBJ(inputFile, os, textureDirectory, meshesDirectory);
|
||||
} 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 != "") {
|
||||
|
|
Loading…
Reference in New Issue