mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix #2193
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user