This commit is contained in:
parent
724e057c85
commit
942dfdf197
@ -69,7 +69,7 @@ public class TimeTempleGenerator {
|
||||
int area = 0;
|
||||
for (int x = getBoundingBox().minX; x <= getBoundingBox().maxX; x++) {
|
||||
for (int z = getBoundingBox().minZ; z <= getBoundingBox().maxZ; z++) {
|
||||
yHeight = yHeight + world.getTopY(Heightmap.Type.WORLD_SURFACE_WG, x, z);
|
||||
yHeight = yHeight + world.getTopY(Heightmap.Type.WORLD_SURFACE_WG, x, z);
|
||||
area++;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user