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 @Override
protected Color scan(World world, int x, int y, int z, int seq, boolean isnether) { protected Color scan(World world, int x, int y, int z, int seq, boolean isnether) {
boolean air = true; boolean air = true;
for (;;) { for (;;) {
if (y < 0) if (y < 0)
return translucent; return translucent;

View File

@ -63,7 +63,7 @@ public class DefaultTileRenderer implements MapTileRenderer {
isnether = false; isnether = false;
int jx, jz; int jx, jz;
int x, y; int x, y;
/* draw the map */ /* draw the map */

View File

@ -21,7 +21,7 @@ public class HighlightTileRenderer extends DefaultTileRenderer {
highlightBlocks.add((Integer)highlightObj); highlightBlocks.add((Integer)highlightObj);
} }
} }
@Override @Override
protected Color scan(World world, int x, int y, int z, int seq, boolean isnether) { protected Color scan(World world, int x, int y, int z, int seq, boolean isnether) {
Color result = translucent; Color result = translucent;