mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 18:02:23 +02:00
remove debug for percentage in DomainBakeWidget
This commit is contained in:
parent
1798a058da
commit
3388debe9f
1 changed files with 0 additions and 1 deletions
|
@ -241,7 +241,6 @@ void DomainBakeWidget::handleBakerProgress(int modelsBaked, int modelsTotal) {
|
|||
auto resultsWindow = qApp->getMainWindow()->showResultsWindow();
|
||||
|
||||
int percentage = roundf(float(modelsBaked) / float(modelsTotal) * 100.0f);
|
||||
qDebug() << percentage;
|
||||
|
||||
auto statusString = QString("Baking - %1 of %2 models baked - %3%").arg(modelsBaked).arg(modelsTotal).arg(percentage);
|
||||
resultsWindow->changeStatusForRow(resultRow, statusString);
|
||||
|
|
Loading…
Reference in a new issue