more accurate progress bars for light calc
This commit is contained in:
parent
deb20c8f13
commit
7c000cf3b7
@ -1881,7 +1881,7 @@ class MCInfdevOldLevel(EntityLevel):
|
||||
newDirtyChunks.append(chunk);
|
||||
|
||||
workTotal += j
|
||||
estimatedTotals[i] = j
|
||||
estimatedTotals[i:] = [j] * (14 - i)
|
||||
j = 0
|
||||
|
||||
for ch in startingDirtyChunks:
|
||||
|
Reference in New Issue
Block a user