removed redundant sphere stroke edges

This commit is contained in:
codeanticode
2016-10-30 10:56:52 -03:00
parent 52d4880d88
commit 35b9e99a40
@@ -9131,7 +9131,6 @@ public class PGraphicsOpenGL extends PGraphics {
indices[indCount + 3 * i + 1] = i0;
indices[indCount + 3 * i + 2] = i0 + 1;
addEdge(i0, i0 + 1, true, true);
addEdge(i0, i1, true, true);
}
indCount += 3 * detailU;