Fix indentation.

This commit is contained in:
Howard Stearns 2015-04-29 15:39:30 -07:00
parent 1e81caab6c
commit 3c88146d17

View file

@ -256,7 +256,7 @@ bool OBJReader::parseOBJGroup(OBJTokenizer& tokenizer, const QVariantHash& mappi
foreach(OBJFace face, face.triangulate()) {
faces.append(face);
}
} else {
} else {
// something we don't (yet) care about
// qCDebug(modelformat) << "OBJ parser is skipping a line with" << token;
tokenizer.skipLine();