From 1a1e8b1239dee7d3c03f41cbc3e77fa33c143fa7 Mon Sep 17 00:00:00 2001 From: Alejandro Aguilera Date: Thu, 9 Jun 2011 00:02:58 +0200 Subject: [PATCH] Delete false comment. --- textures.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/textures.py b/textures.py index be81977..5171285 100644 --- a/textures.py +++ b/textures.py @@ -257,8 +257,7 @@ def _build_block(top, side, blockID=None): otherside = ImageEnhance.Brightness(otherside).enhance(0.8) otherside.putalpha(othersidealpha) - ## special case for tall-grass, fern and dead shrub, they are the only sprite-blocks - ## that have the sprites in the diagonal of the block + ## special case for tall-grass, fern and dead shrub, if blockID in (31,32): front = original_texture.resize((14,11), Image.ANTIALIAS) composite.alpha_over(img, front, (5,9))