mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Fixed issue 865
This commit is contained in:
@@ -1522,6 +1522,8 @@ public class PGraphicsAndroid3D extends PGraphics {
|
||||
// reset vertex, line and triangle information
|
||||
// every shape is rendered at endShape();
|
||||
vertexCount = 0;
|
||||
curveVertexCount = 0;
|
||||
|
||||
pathCount = 0;
|
||||
faceCount = 0;
|
||||
|
||||
|
||||
@@ -1819,6 +1819,8 @@ public class PGraphicsOpenGL extends PGraphics {
|
||||
// reset vertex, line and triangle information
|
||||
// every shape is rendered at endShape();
|
||||
vertexCount = 0;
|
||||
curveVertexCount = 0;
|
||||
|
||||
pathCount = 0;
|
||||
faceCount = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user