more accurate progress bars for light calc

This commit is contained in:
David Vierra 2011-08-21 07:26:40 -10:00
parent deb20c8f13
commit 7c000cf3b7

View File

@ -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: