From 2f94c2c21dde7c579a43fce58913540c9c5c1fe4 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Wed, 1 Sep 2010 10:17:21 -0400 Subject: [PATCH] ... --- world.py | 1 - 1 file changed, 1 deletion(-) diff --git a/world.py b/world.py index 6e9b13b..6e48d34 100644 --- a/world.py +++ b/world.py @@ -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))