Fix checker progress derp
This commit is contained in:
parent
26a7544325
commit
3e8e0dd639
@ -201,7 +201,7 @@ void JavaListLoadTask::executeTask()
|
|||||||
|
|
||||||
void JavaListLoadTask::checkerProgress(int current, int total)
|
void JavaListLoadTask::checkerProgress(int current, int total)
|
||||||
{
|
{
|
||||||
float progress = (current * 100.0) / (current + total);
|
float progress = (current * 100.0) / total;
|
||||||
this->setProgress((int) progress);
|
this->setProgress((int) progress);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user