Skip to content

Commit

Permalink
Update p5.Geometry.js
Browse files Browse the repository at this point in the history
  • Loading branch information
perminder-17 authored Oct 26, 2023
1 parent d9370c1 commit 716554f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/webgl/p5.Geometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,7 @@ p5.Geometry = class Geometry {

this.dirtyFlags = {};
}
/**
* @method clearColors
* @chainable
*/

clearColors() {
this.vertexColors = [];
return this;
Expand Down

0 comments on commit 716554f

Please sign in to comment.