Skip to content

Commit

Permalink
remove return this;
Browse files Browse the repository at this point in the history
  • Loading branch information
asukaminato0721 committed Jun 29, 2023
1 parent 63eb85f commit 4481ca6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/webgl/p5.RendererGL.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,6 @@ p5.RendererGL = class RendererGL extends p5.Renderer {
this.fontInfos = {};

this._curShader = undefined;

return this;
}

//////////////////////////////////////////////
Expand Down

0 comments on commit 4481ca6

Please sign in to comment.