metadata
Wenzel Jakob 2010-08-30 08:54:03 +02:00
parent 715c0589f7
commit c5e2868853
1 changed files with 1 additions and 1 deletions

View File

@ -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 != "") {