0
This commit is contained in:
Andrew Brown
2010-09-01 10:17:21 -04:00
parent de95ef827f
commit 2f94c2c21d

View File

@@ -212,7 +212,6 @@ def render_worldtile(chunkmap, colstart, colend, rowstart, rowend):
width = 192 * (colend - colstart)
# Same deal with height
height = 96 * (rowend - rowstart)
# I know those equations could be simplified. Left like that for clarity
tileimg = Image.new("RGBA", (width, height))