Skip to content

Commit

Permalink
Fix ProgressBar Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Sep 4, 2022
1 parent 3db02b9 commit 5183374
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void GUI_Window_ImportModelDirectory::Draw() {


// Update Window Stats
if (GUI_Window_ImportProgressBar_->Enabled_ && Enabled_) {
if (GUI_Window_ImportProgressBar_->Enabled_ && Working_) {
GUI_Window_ImportProgressBar_->UpdateTotalItems(ProjectUtils_->ModelImporter_->GetTotalItemsImported(), ProjectUtils_->ModelImporter_->GetTotalItemsToImport());

Working_ = !ProjectUtils_->ModelImporter_->HasJobFinished();
Expand Down

0 comments on commit 5183374

Please sign in to comment.