Skip to content

Commit b6491c2

Browse files
Update p5.Geometry.js commets
1 parent 48ca792 commit b6491c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webgl/p5.Geometry.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ class Geometry {
13761376
const begin = this.vertices[currEdge[0]];
13771377
const end = this.vertices[currEdge[1]];
13781378

1379-
// Copy vertex properties into buffers for stroke vertices (Fix based on Dave's feedback)
1379+
// Copy vertex properties into buffers for stroke vertices
13801380
if (this.vertexProperties) {
13811381
this.vertexProperties.push([...this.vertexProperties[currEdge[0]]]);
13821382
this.vertexProperties.push([...this.vertexProperties[currEdge[1]]]);

0 commit comments

Comments
 (0)