0

Print out the tilesets being rendered

This commit is contained in:
Andrew Chin
2011-03-30 20:35:55 -04:00
parent f240da29f4
commit 5e4383cd66

View File

@@ -184,6 +184,8 @@ def main():
w = world.World(worlddir, useBiomeData=useBiomeData)
w.go(options.procs)
logging.info("Rending the following tilesets: %s", ",".join(options.rendermode))
# create the quadtrees
# TODO chunklist
q = []