Cleanup & small fix
This commit is contained in:
parent
6d0b9cbf63
commit
daf9bd4c9a
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class HexBiomeMap implements BiomeMap {
|
||||||
offset *= scale;
|
offset *= scale;
|
||||||
for (byte i = 0; i < 8; i++) {
|
for (byte i = 0; i < 8; i++) {
|
||||||
if (!getRawBiome(x + offset * EDGE_CIRCLE_X[i], z + offset * EDGE_CIRCLE_Z[i]).isSame(biome)) {
|
if (!getRawBiome(x + offset * EDGE_CIRCLE_X[i], z + offset * EDGE_CIRCLE_Z[i]).isSame(biome)) {
|
||||||
return biome.getEdge();
|
return edge;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue