From 783c81684f913f080c29a8deba1bc99e1b91bb47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=84=A4?= <177980470+zs-5@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:58:58 +0000 Subject: [PATCH] Fix a typo (dpeth -> depth) in webgl/p5.Framebuffer.js --- src/webgl/p5.Framebuffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webgl/p5.Framebuffer.js b/src/webgl/p5.Framebuffer.js index 7a16d04a23..ac32c872ed 100644 --- a/src/webgl/p5.Framebuffer.js +++ b/src/webgl/p5.Framebuffer.js @@ -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 * WebGLTexture