Skip to content

Commit

Permalink
fixes linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
mahi6299 committed Nov 29, 2024
1 parent d8d621c commit aa974c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webgl/p5.RendererGL.js
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,7 @@ p5.RendererGL = class RendererGL extends p5.Renderer {
}
this._defaultFontShader = new p5.Shader(
this,
this._webGL2CompatibilityPrefix('vert', 'highp') +
this._webGL2CompatibilityPrefix('vert', 'highp') +
defaultShaders.fontVert,
this._webGL2CompatibilityPrefix('frag', 'highp') +
defaultShaders.fontFrag
Expand Down

0 comments on commit aa974c5

Please sign in to comment.