Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
6fedbac3f9
Commit
c36e6f5d43
@ -91,12 +91,12 @@ public class CuboidCreator4 implements Iterator<Cuboid> {
|
|||||||
expand(currentCuboid, new ArrayList<>(Arrays.asList(axes)), entry.getValue());
|
expand(currentCuboid, new ArrayList<>(Arrays.asList(axes)), entry.getValue());
|
||||||
if (cuboid == null || cuboid.size() < currentCuboid.size()) {
|
if (cuboid == null || cuboid.size() < currentCuboid.size()) {
|
||||||
cuboid = currentCuboid;
|
cuboid = currentCuboid;
|
||||||
if (cuboid.size() > positions.size()) {
|
if (cuboid.size() >= positions.size()) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (cuboid.size() > positions.size()) {
|
if (cuboid.size() >= positions.size()) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren