Skip to content

Commit

Permalink
Merge pull request #7348 from zs-5/patch-1
Browse files Browse the repository at this point in the history
Fix a typo (dpeth -> depth) in webgl/p5.Framebuffer.js
  • Loading branch information
davepagurek authored Nov 2, 2024
2 parents f67d0d4 + 783c816 commit 10a3486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webgl/p5.Framebuffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,7 @@ class Framebuffer {
*/

/**
* An object that stores the framebuffer's dpeth data.
* An object that stores the framebuffer's depth data.
*
* Each framebuffer uses a
* <a href="https://developer.mozilla.org/en-US/docs/Web/API/WebGLTexture" target="_blank">WebGLTexture</a>
Expand Down

0 comments on commit 10a3486

Please sign in to comment.