merge with main branch

metadata
Wenzel Jakob 2010-08-30 09:33:03 +02:00
commit 25730ec2eb
1 changed files with 1 additions and 1 deletions

View File

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