mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 19:31:16 +01:00
catch issues with per-vertex coloring/styles (fixes #3677)
This commit is contained in:
@@ -412,6 +412,9 @@ public class PShapeOpenGL extends PShape {
|
||||
// GROUP shapes are always marked as ended.
|
||||
shapeCreated = true;
|
||||
}
|
||||
|
||||
// OpenGL supports per-vertex coloring (unlike Java2D)
|
||||
perVertexStyles = true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user