We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c484f0a commit 3033afdCopy full SHA for 3033afd
src/gov/nasa/worldwind/render/SurfacePolygon.java
@@ -83,7 +83,7 @@ public SurfacePolygon(SurfacePolygon source)
83
{
84
super(source);
85
86
- this.boundaries = source.boundaries;
+ this.boundaries.addAll(source.boundaries);
87
}
88
89
/**
0 commit comments