fixed skipping files during network install

This commit is contained in:
Seth VanHeulen 2016-04-16 12:13:04 -04:00
parent c585211212
commit e55138d0e1

View File

@ -172,7 +172,7 @@ static void networkinstall_install_update(ui_view* view, void* data, float* prog
return;
}
} else {
networkInstallData->processed++;
networkInstallData->installResult.finished = true;
}
}
}