0

tile generation works for -p1

This commit is contained in:
Andrew Brown
2010-09-12 22:23:01 -04:00
parent c10f267041
commit 0003950c5e

View File

@@ -44,7 +44,7 @@ def main():
if 1000 % i == 0 or i % 1000 == 0:
print "{0}/{1} chunks rendered".format(i, len(chunks))
results['pool'].join()
results['pool'].join()
print "Writing out html file"
if not os.path.exists(destdir):