Skip to content

Commit 1252bd4

Browse files
committed
2 parents d31d0e2 + 5de2fa8 commit 1252bd4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/webgl/p5.Geometry.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,6 @@ p5.Geometry = class Geometry {
283283
// One color per vertex representing the stroke color at that vertex
284284
this.vertexStrokeColors = [];
285285

286-
// List of user attribute names to clear each beginShape call
287-
this.userAttributes = [];
288286
// List of user attribute names to clear each beginShape call
289287
this.userAttributes = [];
290288
// One color per line vertex, generated automatically based on

src/webgl/p5.RendererGL.Immediate.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ p5.RendererGL.prototype.endShape = function(
313313
this.immediateMode._quadraticVertex.length = 0;
314314
this.immediateMode._curveVertex.length = 0;
315315

316-
317316
return this;
318317
};
319318

0 commit comments

Comments
 (0)