fix the exporter of the qt viewer

This commit is contained in:
aoowweenn
2017-03-08 21:13:54 +08:00
parent c0c480a4cb
commit ba357e74d2

View File

@@ -295,7 +295,7 @@ aiReturn rv;
// begin export
time_begin = QTime::currentTime();
rv = exporter.Export(mScene, format_id.toLocal8Bit(), filename.toLocal8Bit());
rv = exporter.Export(mScene, format_id.toLocal8Bit(), filename.toLocal8Bit(), aiProcess_FlipUVs);
ui->lblExportTime->setText(QString("%1").arg(time_begin.secsTo(QTime::currentTime())));
if(rv == aiReturn_SUCCESS)
LogInfo("Export done: " + filename);