0

overhauled options descriptions in readme

This commit is contained in:
Andrew Brown
2010-09-25 01:33:39 -04:00
parent 32b776e6cc
commit 3c75c60f61
3 changed files with 84 additions and 49 deletions

View File

@@ -75,6 +75,7 @@ class WorldRenderer(object):
# Translate chunks to our diagonal coordinate system
mincol, maxcol, minrow, maxrow, chunks = _convert_coords(raw_chunks)
del raw_chunks # Free some memory
self.chunkmap = self._render_chunks_async(chunks, procs)