0

I believe I now have a usable program again

This commit is contained in:
Andrew Brown
2010-09-14 23:51:05 -04:00
parent 230e6ad480
commit 2d4f0cc082
4 changed files with 31 additions and 396 deletions

View File

@@ -117,6 +117,7 @@ class WorldRenderer(object):
if 1000 % i == 0 or i % 1000 == 0:
print "{0}/{1} chunks rendered".format(i, len(chunks))
pool.join()
print "Done!"
return results