mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix indentation.
This commit is contained in:
parent
1e81caab6c
commit
3c88146d17
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue