Clean up tabs

This commit is contained in:
Mike Primm 2011-05-15 08:02:45 -05:00
parent 03376dab52
commit e26ac97787
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ public class CaveTileRenderer extends DefaultTileRenderer {
@Override
protected Color scan(World world, int x, int y, int z, int seq, boolean isnether) {
boolean air = true;
for (;;) {
if (y < 0)
return translucent;