mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
move PConstants around a bit, add annotations for overrides, cleaning up unapproved PShape additions
This commit is contained in:
@@ -2880,6 +2880,7 @@ public class PShapeOpenGL extends PShape {
|
||||
fill, stroke, curveDetail, code);
|
||||
code = VERTEX;
|
||||
idx++;
|
||||
break;
|
||||
|
||||
case BREAK:
|
||||
code = BREAK;
|
||||
@@ -2931,6 +2932,7 @@ public class PShapeOpenGL extends PShape {
|
||||
fill, stroke, curveDetail, code);
|
||||
code = VERTEX;
|
||||
idx++;
|
||||
break;
|
||||
|
||||
case BREAK:
|
||||
code = BREAK;
|
||||
|
||||
Reference in New Issue
Block a user