remove debug if
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user