mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove unused var to prevent warning
This commit is contained in:
@@ -2602,7 +2602,7 @@ public class PGraphicsOpenGL extends PGraphics {
|
||||
float[] vertices = tessGeo.polyVertices;
|
||||
int[] color = tessGeo.polyColors;
|
||||
float[] uv = tessGeo.polyTexCoords;
|
||||
short[] indices = tessGeo.polyIndices;
|
||||
//short[] indices = tessGeo.polyIndices; // unused [fry]
|
||||
|
||||
|
||||
sortTriangles();
|
||||
|
||||
Reference in New Issue
Block a user