remove debug if

This commit is contained in:
cola98765
2021-12-25 10:45:01 +01:00
parent e9da9c26f4
commit a5b259f098
@@ -320,11 +320,6 @@ public class VertexOptimizer
int maxY = getMaxY();
long singleAdjDataPoint;
if (maxY > 8)
{
int test = 0;
}
// TODO transparency uncomment final condition to see ocean floor
//Up direction case
singleAdjDataPoint = adjData.get(LodDirection.UP)[0];