mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 01:29:17 +01:00
@@ -8863,9 +8863,6 @@ public class PGraphicsOpenGL extends PGraphics {
|
||||
indices[indCount + 1] = vert1 - detailU;
|
||||
indices[indCount + 2] = vert1 - 1;
|
||||
indCount += 3;
|
||||
|
||||
addEdge(vert1 - detailU, vert1 - 1, true, true);
|
||||
addEdge(vert1 - 1, vert1, true, true);
|
||||
}
|
||||
|
||||
// Northern cap -------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user