We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ca792 commit b6491c2Copy full SHA for b6491c2
src/webgl/p5.Geometry.js
@@ -1376,7 +1376,7 @@ class Geometry {
1376
const begin = this.vertices[currEdge[0]];
1377
const end = this.vertices[currEdge[1]];
1378
1379
- // ✅ Copy vertex properties into buffers for stroke vertices (Fix based on Dave's feedback)
+ // Copy vertex properties into buffers for stroke vertices
1380
if (this.vertexProperties) {
1381
this.vertexProperties.push([...this.vertexProperties[currEdge[0]]]);
1382
this.vertexProperties.push([...this.vertexProperties[currEdge[1]]]);
0 commit comments