This commit is contained in:
codeanticode
2014-01-05 16:39:29 -05:00
parent 2193ef87a4
commit df0efa540f
@@ -3115,7 +3115,7 @@ public class PGraphicsOpenGL extends PGraphics {
ambientColor, specularColor, emissiveColor, shininess);
inGeo.setNormal(normalX, normalY, normalZ);
inGeo.addRect(x1, y1, x2, y2, tl, tr, br, bl, stroke);
endShape();
endShape(CLOSE);
}