Fixed warnings.

This commit is contained in:
TomyLobo
2011-08-07 02:19:26 +02:00
parent 02e24ed824
commit 79f8a032f3
3 changed files with 1 additions and 5 deletions

View File

@ -1329,7 +1329,7 @@ public class EditSession {
for (int y = upperY; y >= lowerY; --y) {
Vector pt = new Vector(x, y, z);
Vector above = new Vector(x, y + 1, z);
//Vector above = new Vector(x, y + 1, z);
int blockType = getBlockType(pt);
boolean isTransformable =