Skip to content

Commit 083c6c0

Browse files
committed
Improve progressEstimation function
1 parent aed400d commit 083c6c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

BlueMapCommon/src/main/java/de/bluecolored/bluemap/common/rendermanager/CombinedRenderTask.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public synchronized boolean hasMoreWork() {
6666

6767
@Override
6868
public double estimateProgress() {
69-
if (!hasMoreWork()) return 1;
7069
int currentTask = this.currentTaskIndex;
7170
if (currentTask >= this.tasks.size()) return 1;
7271

0 commit comments

Comments
 (0)