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 8b5b40e commit a3a5611Copy full SHA for a3a5611
src/gov/nasa/worldwindx/examples/RadarVolume.java
@@ -233,7 +233,7 @@ protected boolean isOrderedRenderableValid(DrawContext dc)
233
{
234
ShapeData shapeData = this.getCurrent();
235
236
- return shapeData.triangleVertices != null;
+ return shapeData.triangleVertices != null && shapeData.triangleVertices.capacity() > 0;
237
}
238
239
@Override
0 commit comments