diff --git a/src/webgl/p5.RendererGL.js b/src/webgl/p5.RendererGL.js index 63b72b30f4..78de4092f8 100644 --- a/src/webgl/p5.RendererGL.js +++ b/src/webgl/p5.RendererGL.js @@ -529,7 +529,7 @@ class RendererGL extends Renderer3D { /** * Loads the pixels data for this canvas into the pixels[] attribute. - * Note that updatePixels() and set() do not work. + * Note that set() does not work. * Any pixel manipulation must be done directly to the pixels[] array. * * @private