mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-19 08:18:05 +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(),
|
||||
originalOutputDirectory.absolutePath()));
|
||||
} else {
|
||||
qWarning() << "Unknown model type: " << modelToBakeURL.fileName());
|
||||
qWarning() << "Unknown model type: " << modelToBakeURL.fileName();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue