fix the exporter of the qt viewer

pull/1212/head
aoowweenn 2017-03-08 21:13:54 +08:00
parent c0c480a4cb
commit ba357e74d2
1 changed files with 1 additions and 1 deletions

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);