Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 02:50:05 +01:00
Made Polygonal2DRegion(LocalWorld) invoke one of the other constructors.
Dieser Commit ist enthalten in:
Ursprung
91bb159a80
Commit
2cc0087524
@ -59,12 +59,8 @@ public class Polygonal2DRegion implements Region {
|
||||
* @param world
|
||||
*/
|
||||
public Polygonal2DRegion(LocalWorld world) {
|
||||
points = new ArrayList<BlockVector2D>();
|
||||
minY = 0;
|
||||
maxY = 0;
|
||||
this(world, Collections.<BlockVector2D>emptyList(), 0, 0);
|
||||
hasY = false;
|
||||
this.world = world;
|
||||
recalculate();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren