mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 15:50:37 +02:00
Fix erroneous syntax (unmatched paren)
This commit is contained in:
parent
ac0ecc8baa
commit
842d5cdb39
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ void ModelBakeWidget::bakeButtonClicked() {
|
||||||
baker.reset(new OBJBaker(modelToBakeURL, getWorkerThreadCallback, bakedOutputDirectory.absolutePath(),
|
baker.reset(new OBJBaker(modelToBakeURL, getWorkerThreadCallback, bakedOutputDirectory.absolutePath(),
|
||||||
originalOutputDirectory.absolutePath()));
|
originalOutputDirectory.absolutePath()));
|
||||||
} else {
|
} else {
|
||||||
qWarning() << "Unknown model type: " << modelToBakeURL.fileName());
|
qWarning() << "Unknown model type: " << modelToBakeURL.fileName();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue