We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d31d0e2 + 5de2fa8 commit 1252bd4Copy full SHA for 1252bd4
src/webgl/p5.Geometry.js
@@ -283,8 +283,6 @@ p5.Geometry = class Geometry {
283
// One color per vertex representing the stroke color at that vertex
284
this.vertexStrokeColors = [];
285
286
- // List of user attribute names to clear each beginShape call
287
- this.userAttributes = [];
288
// List of user attribute names to clear each beginShape call
289
this.userAttributes = [];
290
// One color per line vertex, generated automatically based on
src/webgl/p5.RendererGL.Immediate.js
@@ -313,7 +313,6 @@ p5.RendererGL.prototype.endShape = function(
313
this.immediateMode._quadraticVertex.length = 0;
314
this.immediateMode._curveVertex.length = 0;
315
316
-
317
return this;
318
};
319
0 commit comments