Fix Typo
RelicCraft/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-04-07 16:37:24 -04:00
parent 724e057c85
commit 942dfdf197
1 changed files with 1 additions and 1 deletions

View File

@ -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++;
}
}