diff --git a/src/core/p5.Renderer3D.js b/src/core/p5.Renderer3D.js index dbcf0f1fcc..6974561b4f 100644 --- a/src/core/p5.Renderer3D.js +++ b/src/core/p5.Renderer3D.js @@ -480,10 +480,6 @@ export class Renderer3D extends Renderer { * combining them with `buildGeometry()` once and then drawing that will run * faster than repeatedly drawing the individual pieces. * - * One can also draw shapes directly between - * beginGeometry() and - * endGeometry() instead of using a callback - * function. * @param {Function} callback A function that draws shapes. * @returns {p5.Geometry} The model that was built from the callback function. */