0

Delete false comment.

This commit is contained in:
Alejandro Aguilera
2011-06-09 00:02:58 +02:00
parent 71d8da5f83
commit 1a1e8b1239

View File

@@ -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))